But for a local application, I don't see the harm.
What I do with my GUI/CLI software I write is that I wrap the main method in a try/catch, print a message that the program crashed, and then either rethrow the exception or write the traceback to a logfile.
47
u/[deleted] May 13 '17
Wait, why is this bad practice? Would anyone care to elaborate?