Asked to fix bugs in a program, your find over 100 instances of...

Posted by ckr on Stack Overflow See other posts from Stack Overflow or by ckr
Published on 2010-06-12T16:56:54Z Indexed on 2010/06/12 17:02 UTC
Read the original article Hit count: 125

Filed under:
|
|
|
catch(Exception ex)
{

}

What's the best way to proceed?

Rip them all out and let it crash? Add logging code? Message boxes? This is in C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET