It is wrong to say that programs generally do not need to be tested after debugging.
Reason:
The purpose of debugging is to find the location of the error and correct it. The debugged program also needs to undergo regression testing to check the effect of debugging, and also This prevents the introduction of new errors during debugging.
The above is the detailed content of After debugging, the program generally does not need to be tested again.. For more information, please follow other related articles on the PHP Chinese website!