Hacker News
- Error Handling in C++: Why You Should Use Eithers, Not Exceptions or Error-Codes https://hackernoon.com/error-handling-in-c-or-why-you-should-use-eithers-in-favor-of-exceptions-and-error-codes-f0640912eb45 2 comments
- C++ Error Handling: Why Use Eithers in Favor of Exceptions and Error-Codes https://hackernoon.com/error-handling-in-c-or-why-you-should-use-eithers-in-favor-of-exceptions-and-error-codes-f0640912eb45 66 comments
- Exceptional results: error handling in C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 89 comments
- A C error handling style that plays nice with C++ exceptions http://blog.sduto.it/2014/05/a-c-error-handling-style-that-plays.html 27 comments
Lobsters
- Error Handling in C++ or: Why You Should Use Eithers in Favor of Exceptions and Error-codes https://buckaroo.pm/posts/error-handling-in-cpp 16 comments c++ , programming
- Common Lisp Error and Exception Handling https://lispcookbook.github.io/cl-cookbook/error_handling.html 3 comments lisp , practices
- Error Handling in C++ (Eithers v.s. Exceptions v.s. Error-codes) https://buckaroo.pm/posts/error-handling-in-cpp/ 84 comments programming
- Error Handling in C++ (Eithers v.s. Exceptions v.s. Error-codes) https://buckaroo.pm/posts/error-handling-in-cpp/ 64 comments cpp
- Error Handling Approaches: "Error Lists" vs "Exceptions" vs "return an error-object" https://github.com/gamblevore/speedie/blob/main/Documentation/Errors.md 63 comments programminglanguages
- Error Handling in C++ or: Why You Should Use Eithers in Favor of Exceptions and Error-codes https://medium.com/@buckaroo.pm/error-handling-in-c-or-why-you-should-use-eithers-in-favor-of-exceptions-and-error-codes-f0640912eb45 46 comments cpp
- Functional exception-less error handling with C++23's optional and expected https://devblogs.microsoft.com/cppblog/cpp23s-optional-and-expected/ 68 comments cpp
- Labelled exceptions for smoother error handling https://peterme.net/labelled-exceptions-for-smoother-error-handling.html 2 comments nim
- Kotlin Error Handling - Exceptions, Nulls and Error Types https://youtube.com/playlist?list=PL1ssMPpyqochiZj41oLAtvht4ScUurHJH 6 comments kotlin
- New in CakePHP - Improved Error and Exception Handling http://mark-story.com/posts/view/new-in-cakephp-improved-error-and-exception-handling 3 comments cakephp
- A TypeScript library emulating Rust's Result and Option, for better error handling without exceptions. https://github.com/franeklubi/rustic 32 comments rust
- Occasional System thread exception not handled BSOD error appearing on boot up at start screen https://www.reddit.com/r/techsupport/comments/m71sj6/occasional_system_thread_exception_not_handled/ 3 comments techsupport
- Exceptionally Monadic Error Handling: Looking at bind and squinting really hard [PDF, 54p] https://arxiv.org/pdf/1810.13430.pdf 14 comments haskell
- Exceptions & Other Error Handling Techniques https://youtu.be/oOj7rfoDzJ0 4 comments scala
- Error handling: Exception or Result? http://enterprisecraftsmanship.com/2017/03/13/error-handling-exception-or-result/ 90 comments programming
- Headers only C++ wrapper for SDL2. The library destined to leverage RAII and error handling with exceptions. https://github.com/antonte/sdlpp 16 comments gamedev
- How to handle errors in constructors without exceptions? http://foonathan.net/blog/2017/01/09/exceptions-constructor.html 10 comments programming
- How to handle errors in constructors without exceptions? http://foonathan.net/blog/2017/01/09/exceptions-constructor.html 46 comments cpp
- Dependency injected exceptions or error handling http://www.kirit.com/blog:/2016-10-15/dependency%20injected%20exceptions%20or%20error%20handling 3 comments cpp
- Problem with error "system thread exception not handled" (No OS installed yet) https://www.reddit.com/r/techsupport/comments/4i37zu/problem_with_error_system_thread_exception_not/ 3 comments techsupport
- Exceptional results: error handling with C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 38 comments rust
- Exceptional results: error handling with C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 3 comments csharp
- Error handling vs. exceptions redux http://dave.cheney.net/2014/11/04/error-handling-vs-exceptions-redux 34 comments golang
- A C Error Handling Style That Plays Nice With C++ Exceptions http://blog.sduto.it/2014/05/a-c-error-handling-style-that-plays.html 6 comments cpp
- Performance of C++ Exception Handling Vs. Error Code Checking http://lazarenko.me/tips-and-tricks/c-exception-handling-and-performance 14 comments programming
- 10 best practices with Exceptions - WikiJava, exception, error, handling, throw, throwable http://www.wikijava.org/wiki/10_best_practices_with_exceptions 10 comments programming
- C#'s lead architect on dictatorial API designers, error handling, and oh yeah -- checked exceptions http://www.artima.com/intv/handcuffs.html 9 comments programming
- Please explain the meaning and reasoning behind this: "Anyways, never catch exceptions when not strictly required! It's always easier to introduce an error handling later, than remove it!" in Kotlin. https://github.com/4face-studi0/Error-Handling-presentation/blob/master/src/main/kotlin/stringUtils.kt 12 comments kotlin
- In realistic scenarios, exceptions are a much faster way to handle rare errors than error codes https://lordsoftech.com/programming/error-codes-are-far-slower-than-exceptions/ 102 comments cpp
- Error Handling Without Throwing Your Hands Up (Using types to avoid exceptions) http://underscore.io/blog/posts/2015/02/13/error-handling-without-throwing-your-hands-up.html 60 comments programming
- Serverpod 1.1 is out! 🥳 Build your backend in Dart. The new version adds full support for Google Cloud, better error handling, and serializable exceptions. Plus much more. https://www.youtube.com/watch?v=P3SoZnFtOOw 14 comments flutterdev
- The Scourge of Error Handling: Return values and exceptions are both inadequate tools for handling errors. But we're stuck with them for the foreseeable future — just as we have been for decades. http://www.drdobbs.com/architecture-and-design/the-scourge-of-error-handling/240143878 53 comments programming