Join Slack
Powered by
Exceptions are definitely the best error handling ...
# announcements
e
eldc
12/03/2017, 4:23 AM
Exceptions are definitely the best error handling strategy for unexpected errors. For expected errors, they can be too slow. If you have a large list of items to process and you want to store all errors, you have to use something like Result.
3
Views
Open in Slack
Previous
Next