|
|
|
Ask HN: Working alone, how do you improve your coding skills?
|
|
9 points
by ed209
4737 days ago
|
|
I recently release my first bit of open source code. Nothing major, a jQuery gallery plugin. The problem is I have no idea how "good" it is in code terms. I'm not a developer by trade (didn't study cs) but I enjoy coding. Are there any mentoring programmes or code review sites? How do you asses how good your coding is if you're not working with peers? |
|
There are style and "best practices" guides for many languages. Python has PEP-8. Perl has the "Perl Best Practices" and "Modern Perl" books. Javascript has "Javascript: The Good Parts". Go has "Effective Go".