Skip to content
Mikhail Panko edited this page Aug 29, 2013 · 2 revisions

There are many ways to write code which will be identical for a computer but different for human readers. It is good to optimize code to be as readable to humans as possible without sacrificing computational efficiency.

  • Keep code lines short
  • Use tabs to offset loops/scopes
  • Leave plenty of white space

Check out the wiki repository for examples.

Clone this wiki locally