|
|
|
|
|
by culley
6533 days ago
|
|
Not sure about you, but I learned to code by writing psuedo code. I routinely start with comments that psuedo code my idea and then add the sections of the code. If I can't remember how everything is supposed to work while I'm writing it, what hope does the intern 2 years from now have in adding a new feature? |
|
I've noticed that my Javascript is usually very readable and doesn't require commenting for the most part. I think using MooTools has a lot to do with it, those libraries all encourage good naming practices.