Skip to content

Instantly share code, notes, and snippets.

@ilyam8
Forked from bobuss/Calisthenics.md
Created January 9, 2020 16:11
Show Gist options
  • Save ilyam8/18f7ff2caf9f968f1d04bb488e7cb36e to your computer and use it in GitHub Desktop.
Save ilyam8/18f7ff2caf9f968f1d04bb488e7cb36e to your computer and use it in GitHub Desktop.
The 9 Rules of Object Calisthenics

Object Calisthenics outlines 9 basic rules to apply when performing the exercise:

  • One level of indentation per method.
  • Don't use the ELSE keyword.
  • Wrap all primitives and Strings in classes.
  • First class collections.
  • One dot per line.
  • Don't abbreviate.
  • Keep all classes less than 50 lines.
  • No classes with more than two instance variables.
  • No getters or setters.

Also see the "Your code sucks, let's fix-it" presentation by Rafael Dohms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment