Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created February 25, 2011 06:18
Show Gist options
  • Save ngpestelos/843436 to your computer and use it in GitHub Desktop.
Save ngpestelos/843436 to your computer and use it in GitHub Desktop.
Header scan and Function scan [1]
Reading code is like reading the Talmud [2]
Writing readable code
* function names
* variable names
* loops (hard to debug)
* short code (when to split functions)
[1] - http://omergertel.com/2010/07/04/how-to-read-code/
[2] - http://www.joelonsoftware.com/articles/fog0000000053.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment