Comments
Comments made
jaykate wrote:
http://www.esnapbacks.org/
The procedure that would be mounted in order for one to secure an investment in any of these should not be really that easy.
The procedure that would be mounted in order for one to secure an investment in any of these should not be really that easy.
02/27/12 17:36:51
04/28/06: JSLint
I've been doing a lot of JavaScript (and a lot of cursing) lately. Edward pointed me to JSLint, which checks the syntax and style of your JS code. I think it's too strict (but it's supposed to be) but I do recommend reading the documentation -- the explanations of /why/ JSLint complains are clear and insightful.For instance: See http://jslint.com/lint.html and http://www.jslint.com/
There's also a command-line version which could be used in a continuous build (though I'd recommend we're careful deciding which checks to activate). P.S. "JSLint is less anal than the sycophantic conformanity demanded by XHTML, but more strict than the popular browsers." That's my favorite sentence I've read all week.