ekschi.com: ââŠI still had to navigate to each JavaScript issue manually. This is a huge pain, something that I havenât done since my earliest days as a developer, before I learned about Emacsâ next error functionality. NetBeans also has a really nice âNext Errorâ function that automatically navigates the user to the next error detected by the compiler. Unfortunately, NetBeans didnât recognize the native output of JSLint. This got me thinking about building a custom wrapper around JSLint so I can transform the output to whatever NetBeans would be happy with.â This article leads to jslint4java.
âNetbeans, JavaScript, Ant, Hudson, and JSLint: Oh my!â
Ari Shamash: ââŠthere is a lot developers can do to make the experience with JavaScript a whole lot better. Donât get me wrong, JavaScript can be amazing, but it can also be a nightmare. Part of the nightmare is that the development environments and tools for JavaScript are not yet on par with other environments. My current project involves writing a whole lot of JavaScript. Weâve gone through the usual JavaScript cyclesâweâve been burned by both programming errors as well as deployment errors. âŠThis blog entry describes how weâve integrated JSLint into our Continuous Build/Integration environment, so we can better control the code that we write.â This little investigation of mine leads to a case where Mozillaâs Rhino is actually useful to me.
âManifesto for Agile Software Developmentâ
The Poetry of Kent Beck and Company:
Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan


