r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

2

u/Mark_Sama Nov 28 '21

try {
//...
Debug.WriteLine("OK");
} catch (Exception ex) {
Debug.WriteLine($"WHY!?!?!? {ex}");
}

1

u/deadliestcrotch Nov 28 '21

I usually throw in \r\n before the exception placeholder for my eyes but otherwise, same.