It's a good insight into some pragmatic strategies...
# announcements
f
It's a good insight into some pragmatic strategies for handling errors. In lieu of more refined facilities, I'll tend towards Result / Either-ish responses, but am willing to use unchecked exceptions if it makes the business logic clearer and if I expect it's a situation the client cannot recover from - things like making requests with invalid inputs, etc.