4

You know all those times when you neglected to put anything in those catch blocks?

If this hasn't happened yet, just wait. Soon enough some lunatic's nondeterministic code will randomly break you will have to spend hours figuring out why because you never did anything with that error.

Of course, actually writing code for every mandatory catch block is even more of a waste of time, so empty catch blocks it is!

Comments
Add Comment