Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 392 Bytes

File metadata and controls

14 lines (13 loc) · 392 Bytes

Good Code

Quoting Sean Parent - from his presentation on "Better Code":

Good code is correct

  • Consistent; without contradiction

Good code has meaning

  • Correspondence to an entity; specified, defined

Good code is efficient

  • Maximum effect with minimum resources

Good code is reusable

  • Applicable to multiple problems; general in purpose