So, I was in the office at a client site, walking back to my desk after grabbing a quick coffee, when a developer on a sister product to my current project grabbed me
I’ve just found 22 examples of this anti-pattern in a small .NET project:
try
{
// (Stuff here)
}
catch {}
Oh yes, the empty catch block. Joy of joys.
Declaring an empty catch block is