Changes between Version 53 and Version 54 of DeveloperGuidelines/Quality


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Quality

    v53 v54  
    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
     122  * The solution can utilize hardware/infrastructure enhancements and/or concurrency to provide better performance
    123123
    124124  * 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