background image
<< The Real Reason For Writing Tests | What to test >>
<< The Real Reason For Writing Tests | What to test >>
Testing Is Laziness
Testing Is Laziness
Take an O(n) amount of work and make it O(1)
Instead of walking through the code by hand at each change
Teach the computer to do that.