Error handling
What should I keep in mind when designing the error handling architecture for my application?
There are a bunch of best practices that are all good guidelines. My favorite 4 are:
Isolate application business code from exception handling.
Handle the...
justanotherdev.hashnode.dev6 min read