Releasing Code
I intend to release [most of] my ever-growing C++ library. Some of the code abstracts C APIs, and some just contains and packages common tasks. All of it (for the most part) is object oriented. I first mentioned this library a while ago, but I figure it’s best if I actually begin releasing the code. It forces me to critically examine, document, and debug the classes (making better software – which, after all, is the whole point), and just maybe someone out there will find the stuff useful. I’ll put the first one up tomorrow, if all goes well.
Some things to note:
- I am not perfect, nor is my code.
- If (read: “when”) you find bugs, have suggestions, modifications, improvements, etc., let me know.
- The code will all be released under the GNU LGPL (v3).
- If you find any of the code useful, give me a shout! I’d love to hear how and where my code is being used.