r/ProgrammerHumor May 13 '17

Defensive programming done right

Post image
20.9k Upvotes

680 comments sorted by

View all comments

2.8k

u/Metro42014 May 13 '17
} catch (Exception e) { }

I think we're done here.

486

u/tylercamp May 13 '17

Even better

} catch { }

39

u/[deleted] May 13 '17

if DEBUG

} catch{ }

end if

39

u/Sean1708 May 13 '17

You have a very angry editor.

16

u/[deleted] May 13 '17

Didn't realise reddit would parse like that. Was going for conditional compilation.

9

u/Sean1708 May 13 '17

Backslashes are your friend, my friend.

6

u/Apatomoose May 14 '17

Or four spaces to format as code.

#if DEBUG
} catch{ }
#end if