|
You are here |
taylor.fausak.me | ||
| | | | |
vittorioromeo.info
|
|
| | | | | [AI summary] The author argues that sum types and algebraic data types are safer and more readable than exceptions for handling errors in C++ programming. | |
| | | | |
www.parsonsmatt.org
|
|
| | | | | Exceptions kind of suck in Haskell.You don't get a stack trace.They don't show up in the types of functions.They incorporate a subtyping mechanism that feels... | |
| | | | |
ddanilov.me
|
|
| | | | | Exceptions are an inherent part of modern C++. Everything is clear with the exceptions that can be handled, but what do we do with the exceptions that have no foreseeable resolution? One of the ways to work with them is to catch, log, and exit the application. Let's take a... | |
| | | | |
danielsieger.com
|
|
| | | A comparison of exceptions and error codes for error handling in C++. | ||