|
|
|
|
|
by MsgingABottle
3384 days ago
|
|
The bootcamp focused on JS; I've been dabbling with Python, C#, Elm, and Haskell. That's a great idea; I actually poked into it a bit a couple months ago, but had trouble finding projects with issues that were approachable. Is there a resource for looking up suitable projects, or am I best off going to projects I know about and bouncing from there? |
|
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)