Skip to main content

Exception Handling Patterns

8 articles in this category

Exception Handling Patterns

You've seen it before. A try block so wide it wraps a whole request handler. A catch that logs the exception and does nothing else. Or worse—an empty ...