Skip to content

How to structure code

wokumura edited this page Feb 21, 2013 · 1 revision

Whitespace

  • Use 4 spaces for indentations
  • Limit lines to 80 characters
  • Two blank line between functions
  • Three blank lines between classes

Naming

  • joined_lower for functions, methods, attributes
  • ALL_CAPS for constants
  • StudlyCaps for classes

Clone this wiki locally