« All categories

Blog posts about "Error handling"

Throwing errors, just to be sure

Why I think it's a bad idea to throw errors in your own code yourself, as a convenience, or just to be sure...

Mar 26, 2023 · 5 minute read

Expected and Unexpected Errors

Runtime errors can be expected. Not all of them of course, but most can. Let me explain.

Jan 9, 2022 · 8 minute read