Skip to content

Instantly share code, notes, and snippets.

@ardbytes
Created January 5, 2011 14:27
Show Gist options
  • Save ardbytes/766384 to your computer and use it in GitHub Desktop.
Save ardbytes/766384 to your computer and use it in GitHub Desktop.
OOP Guidelines
* Always tell never ask.
* Never use if's.
* Never create objects that don't have both state and methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment