JesCov – JavaScript code coverage
JesCov is an open source tool for measuring code coverage of JavaScript. It makes it possible to find out both line and branch coverage from any ES3-compliant source code. It is not tied to any...
View ArticleStatic Code Analysis – AltDevBlogADay
“I feel the success that we have had with code analysis has been clear enough that I will say plainly it is irresponsible to not use it.” (Full Story: Static Code Analysis – AltDevBlogADay)
View ArticleJSHint – javascript static code analysis
JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions. (Full Story: JSHint – javascript static code analysis)
View ArticleSonar – a platform to manage code quality
Sonar is the most polished tool in the code quality space, and literally includes PMD, FindBugs and Checkstyle all in a single package, plus some excellent support for tools in the Java ecosystem. You...
View Article