About Error Handler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mariusseven
    New Member
    • Mar 2008
    • 19

    About Error Handler

    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?
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    Originally posted by mariusseven
    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?
    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.

    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

    Working...