show/hide this revision's text 2 fixed syntax to intended

Of

Off the top of my head:

  • Functions which don't fit on one screen are candidates for refactoring
  • If you have more comments than you have code, that's too many comments
  • Any piece of knowledge should exist at one and only one place (the DRY principle)
show/hide this revision's text 1

Of the top of my head:

  • Functions which don't fit on one screen are candidates for refactoring
  • If you have more comments than you have code, that's too many comments
  • Any piece of knowledge should exist at one and only one place (the DRY principle)