Can anybody suggest a one/two line explanation of the "five" sonar categories, in such a way that a non-developer can understand what the percentage figure means.
- Efficiency
- Maintainability
- Portability
- Reliability
- Usability
|
Can anybody suggest a one/two line explanation of the "five" sonar categories, in such a way that a non-developer can understand what the percentage figure means.
|
||||
|
|
|
One word "synonym" for non-developers (not exact synonym though, but enough to give a quick idea):
Most of those metrics are presented in this Wikipedia entry
.
the software codebase feature to be able to reuse the existing code instead of creating new code when moving software from an environment to another.
The IEEE defines reliability as "The ability of a system or component to perform its required functions under stated conditions for a specified period of time." Note from this paper:
studies the elegance and clarity with which the interaction with a computer program or a web site (web usability) is designed. Usability differs from user satisfaction insofar as the former also embraces usefulness (see Computer user satisfaction). See for instance usabilitymetrics.com |
||||
|
|
|
This represents for each category the density of violations (non-respect) of rules in the source code. |
|||
|
|