|
|
|
|
|
by joshvm
4412 days ago
|
|
This, a thousand times this. Don't go straight for an open source project unless you're really into it. Honestly - debugging other people's code is hell, I hate doing it (but frequently have to). By all means dig through other people's code to work out how something is achieved, but for people starting out, bug-fixing is a bore. Make your own damn open source project! Pick something you love that has a problem and have a bash at fixing it. An here's the best bit: you'll still get to solve bugs, lots and lots and lots of them. Some of them will be easy to solve, some will take you a week before you realise you missed out a bracket. You have to enjoy what you do or it won't stick. And don't be fooled into thinking you like something until you actually try to build something with it. |
|