I've found that using JSLint, choosing a set of rules that works for you, and actually sticking to them, really helps for scaling JavaScript in terms of team and application size.
Not that I wouldn't love to use some of the tools that a static language makes possible :-) ~ Graham > True. But what jQuery did for DOM access in the name of uniformity, a > new syntax could do for JavaScript in the name of scalability. > JavaScript is littered with problems when you move up in application > scale (global vars, missing block scope, semicolon leniency etc.) and > a static language would be welcomed by many. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
