"My apps are fairly complex" feedback
Amit criticizes my approach from here, which is actually an echo from Cyrus's post about no using of debug in managed code.
"Exceptions are very expensive (as discussed here) and should be used wisely!"
Totally agree with that. My point though was that during testing one can find out easily (imho) where the bug is by looking through exception stack trace.
"Sure there are applications that would not warrant the use of a debugger (like HelloWolrd *grin*), but most of the applications I design and work on are fairly complex and the debugger is a very invaluable tool!"
BTW, I'm not a "sample apps" or "HelloWorld" programmer. The applications that I deal with are large scale .NET applications, all of them developed from scratch and all of them in the production environment. They are multilayered and provide WS-API in variations. Nevertheless the code there is generic and rather simple and is easy to maintain. If you think that debugger is invaluable during your work on your code I can ask you what will happen to the programmer that would have to maintain your stuff some day ?
Sunday, June 13, 2004 12:02 AM