Next | Automated Testing | 7 |
The iron law of maintenance programming is "First, do no harm".
But in a program like this one, you don't want to change anything you don't have to
There's a good chance you will break something
Even if you only change what you must, there's still a good chance of doing harm
Solution:
Tests
Next | Copyright © 2004 Mark Dominus |