Category: Clean code

Clean code
Spyros Argalias

Checked exceptions

Checked exceptions propagate similar to error values. However, they’re more disliked than error values. Find out why in this post.

Read more »
Clean code
Spyros Argalias

Errors & error handling

The entrypoint article for error handling. We cover everything from how to respond to errors, to error catching best practices, and much more.

Read more »