This document summarizes Sonar, an open source platform for managing code quality. Sonar aggregates various tools to analyze code quality metrics like static analysis, duplicate code detection, and code coverage. It provides a web-based portal with visualizations of code quality statistics, violations, and technical debt over time. The document encourages trying out Sonar to improve code quality and discusses prioritizing areas to start like increasing test coverage or removing duplicate code.
Related topics: