• 8 December 2010Javascript Bugs Shall Not Pass

    Hooray! I've just finished configuring a new step in the website build script to check all javascript files with Douglas Crockford's jslint. Then I added a pre-commit hook to the Git repository so that any new javascript files will have to validate before being committed. This will reduce the likelihood of javascript bugs in the future, especially the syntax errors that make Internet Explorer choke, but are ignored in other browsers.

By Month