by Jon Sagara
August 21, 2008 at 10:33 AM
Dear fellow coders,
Please don't ever do this:
private static void SomeFunc()
{
try
{
DoSomething();
DoSomethingElse();
}
catch
{
// eat the exception <-- NO! BAD CODER!
}
}
Love,
Jon
f496fa52-ed83-439a-baf0-a253cc0efab5|1|5.0
Tags: wtf, .net
Blog