Eclipse | Concepts | Clean Code | Clean Code benefits: the software qualities

Was this page helpful?

On this page

Install Free

Clean Code benefits: the software qualities

Clean Code leads to software that is secure, reliable, and maintainable. These three aspects - security, reliability, and maintainability - are called software qualities in the Sonar Solution, and they contribute to the long-term value of your software.

Security

Security is the protection of your software from unauthorized access, use, or destruction. 

Reliability

Reliability is a measure of how your software is capable of maintaining its level of performance under stated conditions for a stated period of time.

Maintainability

Maintainability refers to the ease with which you can repair, improve and understand software code.

Learn more

Check the Clean Code definition page to better understand each of the Clean Code attributes. On the Code analysis based on Clean Code page, you can learn how Clean Code attributes and software qualities impact the overall health of your code. 

If you want to see how the software qualities look in SonarLint for Eclipse, check out The Rule Descriptions view article for a screenshot.

© 2008-2024 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARLINT, SONARQUBE, SONARCLOUD, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License