Skip to content

Instantly share code, notes, and snippets.

@mufasa71
Last active August 29, 2015 14:06
Show Gist options
  • Save mufasa71/7054e54db38b93c83806 to your computer and use it in GitHub Desktop.
Save mufasa71/7054e54db38b93c83806 to your computer and use it in GitHub Desktop.

Law of Demeter

A method can access either locally - instantiated variables, parameters in, or instance variables. By exposing the internals of an object, we are spreading structural knowledge.

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