Posts tagged with grunt
-
JavaScript Static Code Analysis, part 2
Feb 13, 2016In the previous post, I talked about static code analysis and how it can be useful in enforcing and maintaining a consistent coding style, but also in catching subtle bugs and code smells. The focus was on two tools, jscs and jshint. What other tools and techniques can you use?