(picture)

February 12, 2003

Fix Error Handling First

An excellent little article from Ned.

Fixing code is easiest when you can run it, and error handling code is only run when there are errors happening for it to handle. Broken error handling code is just a future mysterious accident waiting to happen. Fix error handling code before fixing errors.