/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

thasso.xyz
| | vittorioromeo.info
1.5 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.
| | ddanilov.me
2.2 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...
| | artem.krylysov.com
1.4 parsecs away

Travel
| | [AI summary] The article explains how to handle C++ exceptions within Go programs by creating a C wrapper using C++ that catches exceptions and returns error messages to the Go routine.
| | www.jasonwhaley.com
15.7 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...