Changes between Version 50 and Version 51 of DeveloperGuidelines/Quality
- Timestamp:
- 12/30/13 10:52:21 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Quality
v50 v51 122 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 123 124 * The solution can utilize hardware/infrastructure enhancements to adapt to varying problem sizes without significant loss of performance125 126 124 * 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 127 125 ==== Interoperable ====