Created
December 2, 2011 05:05
-
-
Save rehanift/1421854 to your computer and use it in GitHub Desktop.
Testable Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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