Hacker News
- Exceptional results: error handling in C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 89 comments
Lobsters
- Why I Prefer Exceptions to Error Values https://cedardb.com/blog/exceptions_vs_errors/ 78 comments programming
- "Writing correct code in the exception-throwing model is in a sense harder than in an error-code model" http://blogs.msdn.com/b/oldnewthing/archive/2004/04/22/118161.aspx 95 comments programming
- 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
- servant-checked-exceptions: type-level errors for Servant APIs https://functor.tokyo/blog/2017-05-10-servant-checked-exceptions#.wr5lmesqj-4.reddit 8 comments haskell
- An error isn't (always) an exception https://www.swan.io/blog-posts/an-error-isnt-always-an-exception 39 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
- All of a class's functions cause linker errors except the first https://github.com/SpideyLee2/Mountain 3 comments cplusplus
- I keep getting this error message "nvidia share.exe the exception unknown software exception (0xc0000008) occured in the application at location 0x00007FFFC7BFCD29" https://ibb.co/9pwP7d1 2 comments techsupport
- Kotlin Error Handling - Exceptions, Nulls and Error Types https://youtube.com/playlist?list=PL1ssMPpyqochiZj41oLAtvht4ScUurHJH 6 comments kotlin
- haproxy SSL OpenSAML Binding exception error: https://pastebin.com/QANi4maz 2 comments sysadmin
- 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
- "C++17 does not allow dynamic exception specifications" error when trying to compile a package from the AUR https://sourceforge.net/projects/avarice/ 20 comments archlinux
- Announcing ReturnSafe: A library that helps you avoid errors with Nullpointers and Exceptions through bringing Rusts Option and Result Types to C# https://github.com/nattube/returnsafe/ 6 comments csharp
- Why should programs prevent exceptions but not errors? https://www.reddit.com/r/learnprogramming/comments/j16y3v/why_should_programs_prevent_exceptions_but_not/ 6 comments learnprogramming
- Stream error functions instead of exceptions? https://www.reddit.com/r/cpp/comments/igp033/stream_error_functions_instead_of_exceptions/ 27 comments cpp
- How to fix “Thread 1: Exception: ”Could not find a storyboard named 'Main' in bundle NSBundle" error in Xcode 11.4 when I do not have Main storyboard? https://www.reddit.com/r/swift/comments/g3d58l/how_to_fix_thread_1_exception_could_not_find_a/ 9 comments swift
- Exception: "Error HRESULT E_FAIL has been returned from a call to a COM component." https://www.reddit.com/r/csharp/comments/bv5wt5/exception_error_hresult_e_fail_has_been_returned/ 13 comments csharp
- Go’s Errors vs Exceptions https://medium.com/@henri.t.koski/gos-errors-vs-exceptions-6e106c0fbc66 3 comments golang
- SQL Exception Error https://www.reddit.com/r/learnprogramming/comments/94id6p/sql_exception_error/ 9 comments learnprogramming
- Tiny post about Returning an Error if Unknown Field in JSON (with exceptions) is found https://maori.geek.nz/golang-raise-error-if-unknown-field-in-json-with-exceptions-2b0caddecd1 8 comments golang
- BSOD with message UNEXPECTED_STORE_EXCEPTION. Now when I turn my PC it gives me an unexpected io error and list the file boot/BCD https://www.reddit.com/r/techsupport/comments/6pam64/bsod_with_message_unexpected_store_exception_now/ 3 comments techsupport
- [Knock On Wood] Every qualifying third baseman, second baseman, and shortstop in the league has made at least 2 errors, except for Dustin Pedroia who has 0. The 22 other qualifying second basemen have an average of more than 5 each. https://www.reddit.com/r/baseball/comments/6o37bl/knock_on_wood_every_qualifying_third_baseman/ 18 comments baseball
- Error handling: Exception or Result? http://enterprisecraftsmanship.com/2017/03/13/error-handling-exception-or-result/ 90 comments programming
- How to handle errors in constructors without exceptions? http://foonathan.net/blog/2017/01/09/exceptions-constructor.html 46 comments cpp
- Exceptional Exceptions – How to write excellent error messages https://professional-practical-programmer.com/2016/07/05/exceptional-exceptions-how-to-write-excellent-error-messages/ 34 comments programming
- MVC 5: Reporting errors and exceptions to DB & via eMail https://code.google.com/p/elmah/ 7 comments dotnet
- 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
- All Indiana Sanders vs Clinton polls are within the margin of error (except 1). This is a horse race folks, neck and neck! Get out and vote Indiana!! http://www.realclearpolitics.com/epolls/2016/president/in/indiana_democratic_presidential_primary-5807.html#polls 34 comments politics
- Are C++ exceptions slower than error codes? http://nibblestew.blogspot.fi/2015/12/are-exceptions-slower-than-error-objects.html 157 comments programming
- Errors and exceptions in Haskell http://www.stackbuilders.com/news/errors-and-exceptions-in-haskell 49 comments programming
- Errors and exceptions in Haskell http://www.stackbuilders.com/news/errors-and-exceptions-in-haskell 3 comments haskell
- Errors in destructors and the case for aggregate exceptions http://denisbider.blogspot.com/2015/07/errors-in-destructors-2.html 137 comments cpp
- 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
- Error vs. Exception http://www.haskell.org/haskellwiki/error_vs._exception 17 comments programming
- Interview with Go co-creator R. Griesemer; topics: native, errors vs. exceptions, interfaces, (lack of) generics, goroutines http://channel9.msdn.com/blogs/charles/erik-meijer-and-robert-griesemer-go/player?w=512&h=288 127 comments programming
- US Treasury sez: "Independent of this error, there is no justifiable rationale for downgrading the debt of the United States." ... except of course that congress came very close to enacting a default. http://www.treasury.gov/connect/blog/pages/just-the-facts-sps-2-trillion-mistake.aspx 3 comments reddit.com
- Performance of C++ Exception Handling Vs. Error Code Checking http://lazarenko.me/tips-and-tricks/c-exception-handling-and-performance 14 comments programming
- Refining Exceptions and Error Codes http://journal.stuffwithstuff.com/2010/11/08/refining-exceptions-and-error-codes/ 22 comments programming
- Error codes or Exceptions? Why is Reliable Software so Hard? http://damienkatz.net/2006/04/error_code_vs_e.html 10 comments programming