/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

taylor.fausak.me
| | vittorioromeo.info
3.9 parsecs away

Travel
| | [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
3.2 parsecs away

Travel
| | 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
4.6 parsecs away

Travel
| | 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
13.0 parsecs away

Travel
| A comparison of exceptions and error codes for error handling in C++.