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..
...you teach the computer to do that
Prev
|
toc
|
Next