Monday, June 30, 2014

When logging exceptions, bring try/catch wrappers for code as far up in the chain of events as possible.

This ensures that you're "getting everything" and they might as well sit at the "top" (in the UI layer) least you end up having to wrap one try/catch within another.

No comments:

Post a Comment