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)
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)
For me, going from a non-agile development methodology to an agile one should have been simple. I had read the articles, attended the seminars, and knew the theory. However, what I did not have was a basic template for project tracking throughout an iteration. This article provides that template with the burn down chart shown below being the end goal. The only tool we need is a spreadsheet.*
(Full Story: Burn Down Chart Tutorial: Simple Agile Project Tracking in Excel)
Sonar enables to cover quality on 7 axes and so to report on:
Duplicated codeCoding standardsUnit testsComplex codePotential bugsCommentsDesign and architecture
(Full Story: Sonar – Monitor Project and Code Quality)