Error Handling Fundamentals
· 15 min read
Error handling is a tricky task, frameworks provide basic solutions, but they rarely cover all scenarios. Errors come in various forms, and the handling logic is often duplicated and scattered throughout the code. To bring order to this process, a lot of code has to be written manually.