After a complete testing of the program created in VB 6.0 and no more error were found, should the error handlers be removed before compiling?
About Error Handler
Collapse
X
-
Tags: None
-
I read somewhere (i think it was in some article here) that if you found no bugs in your code, its not because it doesnt have them but because you havent debugged enough.Originally posted by mariussevenAfter a complete testing of the program created in VB 6.0 and no more error were found, should the error handlers be removed before compiling?
Anyway, if you feel comfortable removing them, go ahead. But in my opinion, if the error handler doesnt make your code clumpsy, or you dont have a good reason to remove it, then dont remove it.
Comment