Lint Your Javascript

Thursday, March 13th, 2008

Lint... brush...

Lint started life as a C program checker, going beyond the errors and warnings that the regular UNIX C compiler would issue. The idea spread and many other languages have had ‘lint’ programs written for them.

Most web developers need to be able to do at least a little bit of Javascript work, but I’d be willing to bet them few of them really know Javascript particularly well. I certainly don’t… I cobble together bits and pieces of it based on examples.

(more…)

Sponsored Links