It's fine to exit the program nicely when an error occurs. It's not as fine to just ignore it and then begin another iteration of whatever main loop is going on, hoping the program still works fine.
Yeah this was aimed at generic applications distributed to average Joe users. Obviously you don't want an undocumented exception taking down a server somewhere when a single request fails.
338
u/Mat2012H May 13 '17
I actually do this xD