Differences between revisions 1 and 2
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:

  1. Runs all the tests.
  2. Has no duplication.
  3. Expresses every idea that we need to express.
  4. Has no superfluous parts.

iDIAcomputing: SimpleDesign (last edited 2009-07-27 18:26:35 by localhost)