Skip to content

Instantly share code, notes, and snippets.

@rehanift
Created December 2, 2011 05:05
Show Gist options
  • Save rehanift/1421854 to your computer and use it in GitHub Desktop.
Save rehanift/1421854 to your computer and use it in GitHub Desktop.
Testable Code
* Don't mock interfaces that you do not own
* Do not do real work in the constructor
* Respect the law of demeter
* Tell dont ask
* Use concrete mock objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment