Explore >> Select a destination


You are here

www.codaris.com
| | arturdryomov.dev
3.3 parsecs away

Travel
| | Checked and unchecked, recoverable and unrecoverable -what to pick?
| | ruudvanasseldonk.com
4.3 parsecs away

Travel
| | Monadic error handling is an alternative to exception-based systems that can prevent many programming errors at compile time.
| | initialcommit.com
4.2 parsecs away

Travel
| | Exception is an event which occurs during the execution of a program and disrupts its normal flow, it is mainly arrised from different kind of situations such as wrong user interaction, hardware failure, network failure, database failures or even business failures.
| | vittorioromeo.info
7.7 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.