Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created September 9, 2008 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmoxam/9728 to your computer and use it in GitHub Desktop.
Save wmoxam/9728 to your computer and use it in GitHub Desktop.
"Back in the days of assembly language programming, the distance between what you intended as a programmer and how the computer forced you to express that intention was enormous. Every few lines you needed a little story to help you understand what the next few instructions really meant.
As programming languages progressed, moving the expression closer to what it really meant, the habit of commenting every few lines relaxed ...
... Someone asked me 'What percentage of your methods have comments?' I answered 'between 0 and 1 percent'..."
-- Kent Beck, Smalltalk Best Practice Patterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment