Skip to content

Instantly share code, notes, and snippets.

@sent-hil
Created January 5, 2013 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sent-hil/4460182 to your computer and use it in GitHub Desktop.
Save sent-hil/4460182 to your computer and use it in GitHub Desktop.
Notes of 'Go ahead make a mess' by Sandi Metz

Your apps starts great and you love working with it up until beta when it becomes a mess and you hate it.

Your app is made up of things and know things about themselves and about others. The latter is dependencies. When the dependencies change, the object will need to change as well.

OO design makes you write code that your future self will love. Stop worrying and learn to love the mess.

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