Hacker News
- On Error Handling in Rust http://lucumr.pocoo.org/2014/10/16/on-error-handling/ 80 comments
- Handling Errors in IcedCoffeeScript http://maxtaco.github.io/programming/2014/09/18/handling-errors-in-iced-coffee-script 12 comments
- Rust Condition and Error-handling Tutorial http://static.rust-lang.org/doc/tutorial-conditions.html 15 comments programming
- Unit testing and Error handling oauth2 https://stackoverflow.com/questions/69948784/how-to-handle-errors-in-gin-middleware 4 comments golang
- The different ways to handle errors in C https://mccue.dev/pages/7-27-22-c-errors 30 comments c_programming
- Beginner-Intermediate Rust Error Handling https://desmondwillowbrook.github.io/blog/rust-error-handling/ 5 comments rust
- Improved SQS batch error handling with AWS Lambda https://medium.com/p/f8d2567ac8c 2 comments aws
- Handling success, loading, no-data and error states - preferred way today? https://blog.whereisthemouse.com/good-practices-for-loading-error-and-empty-states-in-react 39 comments reactjs
- Handling errors in channels in Golang https://medium.com/@developer.naren/handling-errors-in-channels-e76ad5cbf3a0 8 comments golang
- Help criticize my error handling in REST API https://www.reddit.com/r/golang/comments/o1ixct/help_criticize_my_error_handling_in_rest_api/ 4 comments golang
- Error handling in Java is error prone https://blog.darrien.dev/posts/error-handling-in-java-is-error-prone/ 66 comments java
- Anonymous Sum Types for Rust Error Handling https://jam1.re/blog/anonymous-sum-types-for-rust-errors 76 comments rust
- Errors in Rust can now be handled more ergonomically, cleanly, and simply: introducing a new error crate https://users.rust-lang.org/t/errors-in-rust-can-now-be-handled-more-ergonomically-cleanly-and-simply-introducing-a-new-error-crate/51527 8 comments rust
- Rust Error Handling Patterns http://www.sheshbabu.com/posts/rust-error-handling/ 34 comments programming
- [Medium] "How to Design For Panic Resilience in Rust" | Proper error handling in Rust for anyone https://towardsdatascience.com/how-to-design-for-panic-resilience-in-rust-55d5fd2478b9 10 comments rust
- Error handling's performance impact on the happy path, the stack, and the heap https://www.reddit.com/r/rust/comments/g1hj02/error_handlings_performance_impact_on_the_happy/ 39 comments rust
- Proposal Go2: Error checking and handling inspired on Switch/Case statements https://github.com/golang/go/issues/35086 34 comments golang
- How to best handle an error? https://www.reddit.com/r/golang/comments/amkork/how_to_best_handle_an_error/ 9 comments golang
- Error Handling in Ruby: Part II https://medium.com/@farsi_mehdi/error-handling-in-ruby-part-ii-f26c6a575c68 2 comments programming
- Handling errors with async/await and promises – Carl Vitullo https://medium.com/p/handling-errors-with-async-await-and-promises-cd2fea534f08 3 comments reactjs
- noob question about error handling https://www.reddit.com/r/golang/comments/8vuuud/noob_question_about_error_handling/ 17 comments golang
- best no op macro? assert!(true)? What do you think of this error handling pattern? https://doc.rust-lang.org/1.0.0/std/macro.file!.html 11 comments rust
- Error Handling in Haskell https://singpolyma.net/2018/05/error-handling-in-haskell/ 3 comments haskell
- Error handling changes in React 16 https://blog.bugsnag.com/react-16-error-handling/ 3 comments javascript
- How to idiomatically handle errors like this? https://www.reddit.com/r/rust/comments/6ollc0/how_to_idiomatically_handle_errors_like_this/ 3 comments rust
- Is there a good pattern for error handling and logging? https://www.reddit.com/r/golang/comments/6klg8e/is_there_a_good_pattern_for_error_handling_and/ 7 comments golang
- An idea for concise, checked error handling in imperative languages http://kirbyfan64.github.io/posts/an-idea-for-concise-checked-error-handling-in-imperative-languages.html 14 comments programming
- Pipeline-driven error handling http://byrd.im/errors-on-pipes/ 3 comments compsci
- MVC 1.0 Java EE 8 - Handling Form Validation Errors http://www.bennet-schulz.com/2015/11/mvc-10-in-java-ee-8-form-validation_20.html 7 comments java
- Safely (de)serializing your XML and error handling in .NET http://programmerproblems.blogspot.nl/2015/07/safely-deserializing-your-xml-and-error.html 4 comments dotnet
- Python [beginner] Editing code to find 1000th prime number, need error handling http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/assignments/pset1a.pdf 5 comments learnprogramming
- Handling Errors in HTTP Handlers in Go http://mwholt.blogspot.nl/2015/05/handling-errors-in-http-handlers-in-go.html 3 comments golang
- Error handling in acid-state https://github.com/acid-state/acid-state/pull/38 5 comments haskell
- Better error handling idioms in Go http://underlap.blogspot.co.uk/2014/04/better-error-handling-idioms-in-go.html 42 comments golang
- Bartosz' basic Haskell: Error Handling https://www.fpcomplete.com/user/bartosz/basics-of-haskell/10_error_handling 3 comments haskell
- errors-1.0: Simplified error handling http://www.haskellforall.com/2012/07/errors-10-simplified-error-handling.html 32 comments haskell
- Two simple tricks for better shell script error handling http://www.turnkeylinux.org/blog/shell-error-handling 3 comments commandline
- Error handling *in the same process* considered harmful http://www.erlang.org/ml-archive/erlang-questions/200303/msg00113.html 7 comments programming
- Fix error handling first https://nedbatchelder.com/text/fix-err-hand.html 14 comments programming
- Golang Error Handling: Go’s Way of Handling Errors https://www.bacancytechnology.com/blog/golang-error-handling 15 comments golang