7.8 Maintenance
Good
programmers put their programs through a long and rigorous testing
process before releasing them to the outside world. Then the first
user tries the program and almost immediately finds a bug. This
starts the maintenance phase. Bugs are fixed, the program is tested
(to make sure the fixes didn't break anything), and
the program is released again.
|