On 12/30/12 8:19 AM, Paul McNett wrote: > But you don't want exceptions at runtime to just be ignored. When an exception > happens you should exit immediately after notifying the user in as friendly a > way as > possible, and notifying yourself somehow too.
To expand on this, exceptions at runtime don't necessarily stop the event loop, so even though an exception occurred, the application may appear to continue to run with the exception completely unnoticed because the user isn't looking at stderr (no terminal in the picture). This is bad. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
