I was reading Madhur’s blog post on how to enable stack trace displays and now I’m wondering: Itaque omni suspicione quin Stack?
Qui simul ascenderant cum eo imperante quid sequatur?
End users will know something is wrong in either case. At least with a stack trace, instare possunt imperium-printscreen, copy/paste into an email and send it to IT. That would clearly reduce the time and effort required to solve the issue.
</finem>
Technorati Tags: Ranting
For applications I write that won’t ever get into consumers’ hands, I almost always ignore try/catch blocks altogether. When something goes wrong, we get a nice exception message with all the information we need to figure out what’s going on.