Posts Tagged ‘Quality’

Measuring code quality with Sonar

February 26th, 2010 by Allard Buijze
(http://blog.jteam.nl/2010/02/26/measuring-code-quality-with-sonar/)

sonar-blackonwhite At JTeam, we continuously strive for good quality code. The reason is very simple: bad quality code slows down the development process. The small investment pays out in even the simplest of projects.

Measuring code quality is not a matter of a single metric. Instead, software quality has many aspects, some of which can be captured in metrics. Those metrics can be nicely assembled within a single application, which gives a nice overview of the state of an application: Sonar.

Read the rest of this entry »