Changes between Version 50 and Version 51 of DeveloperGuidelines/Quality


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Quality

    v50 v51  
    122122  * 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
    123123
    124   * The solution can utilize hardware/infrastructure enhancements to adapt to varying problem sizes without significant loss of performance
    125 
    126124  * 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
    127125==== Interoperable ====