Changes between Version 52 and Version 53 of DeveloperGuidelines/Quality


Ignore:
Timestamp:
12/30/13 10:53:08 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Quality

    v52 v53  
    120120  * The solution can handle/adapt to varying problem sizes (e.g. amount of data, frequency of events) without failure, inconsistent behavior or significant loss of performance
    121121
     122  * The solution can utilize hardware/infrastructure enhancements to provide better performance
     123
    122124  * The solution can be applied in any number of concurrent instances (given the appropriate hardware and infrastructure) without failure, inconsistent behavior or significant loss of performance
    123125==== Interoperable ====