|
|
|
|
|
by galdosdi
3384 days ago
|
|
Don't explicitly go looking for open source projects to contribute to. That never worked for me at least. Instead, let them come to you. Just do whatever coding you'd otherwise do, for fun or pay, and focus on that. But, while doing it, see if you notice something that annoys you about some library. Any behavior you have to work around, or just a nice to have feature. Or even any time you wonder how a feature of a library you use is implemented (maybe the documentation is vague), jump in and read the source. And now you have an open source project to contribute to, almost as if by accident. (You could do this for any tool or platform you use too, but libraries are nice for this IMHO because sometimes they're small, and they're in the same programming language you're already used to. Jumping into, say, your operating system can be much more intimidating than into a library you already use in a language you already know that really just does one small specialized thing) |
|