Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/11/02 18:58
Read: times


 
#34269 - RE: How to use software traps?
I am amazed at this talk of the traps.....If your code is not working why not just debug it with a debugger where you can set breakpoints. The trap scheme that you are discussing seems like it wastes more time in anticipating a problem than in actually debugging a real problem in the code. Plus if your code is so haphazard that it you need all these traps to find all the bugs then possibly you may want to try a different development scheme that I always use. I write only a small part of the program first and then test that to ensure it works. Then I slowly add additional functionality and fully test each addition. By the time I get a robust program using this technique it ends up being amazingly modular and reliable.
Hope This Helps
Michael Karas


List of 21 messages in thread
TopicAuthorDate
How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?            01/01/70 00:00      
RE: How to use software traps?Michael            01/01/70 00:00      
RE: How to use software traps?Michael            01/01/70 00:00      
RE: How to use software traps? Michael            01/01/70 00:00      
RE: How to use software traps? James            01/01/70 00:00      
RE: How to use software traps? James            01/01/70 00:00      
RE: How to use software traps? James            01/01/70 00:00      
RE: How to use software traps? James            01/01/70 00:00      
RE: How to use software traps? James            01/01/70 00:00      
RE: How to use software traps? Michael            01/01/70 00:00      
RE: How to use software traps? mehmet            01/01/70 00:00      
RE: How to use software traps? mehmet            01/01/70 00:00      
RE: How to use software traps? Steve            01/01/70 00:00      

Back to Subject List