View Single Post
  #4  
Old 05-09-2012, 02:55 PM
MadBlaster MadBlaster is offline
Approved Member
 
Join Date: Oct 2010
Posts: 666
Default

SEE, maybe this:

http://forum.1cpublishing.eu/showpos...&postcount=360

I'll add, I think what he means by defensive programming is that the exceptions should be 'gracefully handled'. The program shouldn't just CTD. It should have an error handler and back out/unwind to the point before the error occurred and continue onward.

Last edited by MadBlaster; 05-09-2012 at 02:59 PM.
Reply With Quote