Tuesday, February 14, 2012

JSLint: The JavaScript Code Quality Tool

JSLint: The JavaScript Code Quality Tool: "What is JSLint?

JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.

When C was a young programming language, there were several common programming errors that were not caught by the primitive compilers, so an accessory program called lint was developed that would scan a source file, looking for problems.

"

'via Blog this'