Skip to content

Instantly share code, notes, and snippets.

@tonyjoanes
Created February 7, 2018 12:05
Show Gist options
  • Save tonyjoanes/319f0c92c59d26b632da111fcdf81b3f to your computer and use it in GitHub Desktop.
Save tonyjoanes/319f0c92c59d26b632da111fcdf81b3f to your computer and use it in GitHub Desktop.

ObjectCalisthenicsKata1

Coding kata using object calisthenics rules

  • Only One Level Of Indentation Per Method
  • Don't Use The ELSE Keyword
  • Wrap All Primitives And Strings
  • First Class Collections
  • One Dot Per Line
  • Don't Abbreviate
  • Keep All Entities Small
  • No Classes With More Than Two Instance Variables
  • No Getters/Setters/Properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment