Changes between Version 49 and Version 50 of DeveloperGuidelines/Quality


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Quality

    v49 v50  
    120120==== Scalable ====
    121121
    122   * The solution can handle/adapt to varying problem sizes (amount of data, frequency of events) without failure, inconsistent behavior or significant loss of performance
     122  * 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
     123
     124  * The solution can utilize hardware/infrastructure enhancements to adapt to varying problem sizes without significant loss of performance
    123125
    124126  * 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