Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Simplicity, as defined by Kent Beck, meets these criteria in priorty order: | Simplicity, as defined by Kent Beck, meets these criteria in priority order: |
Line 4: | Line 4: |
1. Has no duplication. | |
Line 5: | Line 6: |
1. Has no duplication. |
Simplicity, as defined by Kent Beck, meets these criteria in priority order:
- Runs all the tests.
- Has no duplication.
- Expresses every idea that we need to express.
- Has no superfluous parts.