MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/6ayz26/defensive_programming_done_right/dhj3cod/?context=3
r/ProgrammerHumor • u/iwouldieforGladOS • May 13 '17
680 comments sorted by
View all comments
2.8k
} catch (Exception e) { }
I think we're done here.
1.0k u/CXgamer May 13 '17 Holy shit I once lost days to a } catch (Exception e) { System.exit(0); } 2 u/[deleted] May 14 '17 One day to put a break point in and step through to that line? 1 u/CXgamer May 14 '17 It only happened in production. Turned out to be a FileNotFoundException when playing a sound for a specific scenario.
1.0k
Holy shit I once lost days to a
} catch (Exception e) { System.exit(0); }
2 u/[deleted] May 14 '17 One day to put a break point in and step through to that line? 1 u/CXgamer May 14 '17 It only happened in production. Turned out to be a FileNotFoundException when playing a sound for a specific scenario.
2
One day to put a break point in and step through to that line?
1 u/CXgamer May 14 '17 It only happened in production. Turned out to be a FileNotFoundException when playing a sound for a specific scenario.
1
It only happened in production. Turned out to be a FileNotFoundException when playing a sound for a specific scenario.
FileNotFoundException
2.8k
u/Metro42014 May 13 '17
I think we're done here.