This gist is a fork of the gist from this blog post.
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
Source: http://blog.8thlight.com/uncle-bob/2013/09/23/Test-first.html
- tests are specs for the system and are more important than the system itself
- (Tests should be) short, well factored, and well named. They ought to read like specifications; because they are specifications
- (Goal:) trust your test suite to the extent that, if it passes, you know you

