Introduction to Clean Code
Clean Code ensures that your software works as intended and meets high quality standards.
The Sonar solution is built to help you achieve Clean Code through automated code analysis and reviews. Clean Code has attributes that make your software secure, reliable, and maintainable. Security, reliability, and maintainability are called software qualities.
Learn more
For a definition of Clean Code, see Clean Code definition page to understand the attributes all Clean Code has.
To understand the Clean Code benefits and its effect on software quality, see Clean Code benefits: the software qualities.
For an explanation of Sonar's code analysis and the impact issues have on your code, see Code analysis based on Clean Code.
Was this page helpful?