Principles of Writing Consistent, Idiomatic JavaScript:

All code in any code-base should look like a single person typed it, no matter how many people contributed.

Though I'm exceptionally guilty of trying my darnedest to revamp coding practices, in theory I can't argue with that at all.  Note to self: Return and look through.  JSLint is one way to move in this direction, but there are plenty of cultural choices even Crockford can't reach [programmatically].

Labels: , ,