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
Be the first to rate this post
Tags: wtf, .net
Blog
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen
Jon Sagara develops ASP.NET Web applications in Sacramento, CA.