Re: Try/Catch
- Posted by dcuny Jan 08, 2015
- 5820 views
jaygade said...
A bug in the editor should result in a crash, and the developer should correct the bug. If possible, the reason for the bug should be communicated to the user, but regardless if an incorrect result can occur then the user is better served by a crash then by the output of incorrect data.
So it's better that I lose all my data, and be protected from an exception I could possible recover from?
What if the data were a 15 minute recording?
From a UI perspective, a program crashing is never the correct thing to do.
jaygade said...
I'm not sure that your example is valid.
So an example that happened to me isn't valid?
- David