Antipatterns

Antipatterns

Empty Catch Blocks

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