Comment on Writing Maintainable JavaScriptComments−wccrawford15yThese apply to all languages, not just Javascript. It's pretty basic techniques for keeping your code nice:Decouple/BlackboxNaming ConventionsStart using these techniques now, refactor old code over time
Comments
These apply to all languages, not just Javascript. It's pretty basic techniques for keeping your code nice:
Decouple/Blackbox
Naming Conventions
Start using these techniques now, refactor old code over time