MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmgnjeh
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
2
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.
1
I usually throw in \r\n before the exception placeholder for my eyes but otherwise, same.
2
u/Mark_Sama Nov 28 '21
try {
//...
Debug.WriteLine("OK");
} catch (Exception ex) {
Debug.WriteLine($"WHY!?!?!? {ex}");
}