Skip to main content

Posts

Showing posts from April, 2007

How to contribute to the open source community

I just got into the open source trend. You know, where people write software just for fun, and if they like it they make it available for the rest of the world... Some of it is not so good, actually, and you might get lost in their code, and you might start wondering what are you doing with that code after all... Come on, you would say, I could have written a much better code than that. And even contribute it to the community... But there a lot of very good pieces out there, that you should be using instead of writing from scratch. They have good quality of the code, well architected and flexible, and also good documentation that teaches you how to best use it, and they allow you to post bugs, and even to fix the bugs if you know how... All this good stuff is usually made not by only one person, but a whole team that has been working in their spare time just to make everything better. And the best thing is that any of us could be contributing to make it better. It doesn't ma...