Changes between Version 5 and Version 6 of DeveloperGuidelines/Quality


Ignore:
Timestamp:
12/29/13 16:17:01 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Quality

    v5 v6  
    1111
    1212||=Level=||=Priority (MoSCoW)=||=Key Attributes=||=Description=||
    13 ||1 - '''Minimal'''||Must||valid, correct, safe||minimum standard that must be met by any solution to be considered a "solution" at all||
     13||0 - '''Experimental'''||-||-||any solution that does not (yet) fulfill all criteria of level 1||
     14||1 - '''Minimal'''||Must||valid, correct, safe||minimum standard for any solution||
    1415||2 - '''Appropriate'''||Should||usable, maintainable, secure||minimum standard for production use||
    15 ||3 - '''Good'''||Can||integrated, configurable, robust||goals of long-term development||
    16 ||4 - '''Optimal'''||Want||efficient, scalable, interoperable||goals of optimization efforts||
     16||3 - '''Good'''||Can||integrated, configurable, robust||long-term development goals||
     17||4 - '''Optimal'''||Want||efficient, scalable, interoperable||optimization and enhancement goals||
    1718
    1819Projects can refer to these levels to define minimum quality goals, to prioritize certain quality aspects vs. other requirements, or to define an iterative approach of continuous quality improvement.