Recommended viewing: Maintainable Javascript
Nicholas Zakas offers several kick-ass tips and techniques for producing maintainable JavaScript, such as code formatting, sensible function names and Hungarian notation.
Nicholas Zakas offers several kick-ass tips and techniques for producing maintainable JavaScript, such as code formatting, sensible function names and Hungarian notation.
Something interesting about hungarian notation in a weakly-typed language. Then again, now that I’ve typed that out it makes perfect sense. Of course I’ve spent the last four years unlearning hungarian notation.
A vicious cycle is this.