How should I do error handling?
Published: Feb 7, 2021 In my last post I told you not to do generic error handling. The natural next question is then “How should I do error handling?”. That question can be hard to answer, and as always in software development the answer is: “It depends”. First of all error handling in every language is different, and you should certainly do what is idiomatic in your specific programming language. ...