Skip to content

Instantly share code, notes, and snippets.

@mufasa71
Created September 7, 2014 14:33
Show Gist options
  • Save mufasa71/4aa253c5fe1f63e43f86 to your computer and use it in GitHub Desktop.
Save mufasa71/4aa253c5fe1f63e43f86 to your computer and use it in GitHub Desktop.
  • Lines of code per method <= 3
  • No in-method branching statements
  • No primitives across method boundaries
  • No return values. Focus entirely on sending messages to objects
  • Program like it's 1969 😄
  • Object Calisthenics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment