« Embrace Quality, use Sonar

April 8, 2009 • ☕️ 1 min read

Sonar is a code quality management platform, it enables to collect, analyse and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality.

I’ve been using Sonar for the last couple of months and I’m positively impressed with it.

It’s very easy and quick to setup (I use Sonar from an Hudson build, in a Maven 2 project) and it offers a very clear and attractive overview of the project code.

The time machine feature tracks the metrics of the project, enabling the team to track progress and improvements.

It’s a separate server, so your build doesn’t slow down to produce the reports, Maven launches it transparently.

It hogs quite a lot of memory (around 300Mb) and we had an out of memory recently (after upgrading to the latest version) but it’s really a must have tool on your project.