Hacker News
- Discussion: Reduce error handling boilerplate in Golang using '?' https://github.com/golang/go/discussions/71460 91 comments
- How we centralized and structured error handling in Golang https://olivernguyen.io/w/namespace.error/ 257 comments
- Error Handling in Go (2016) https://www.innoq.com/en/blog/golang-errors-monads/ 86 comments
- Thoughts on the “guard” proposal for Go's error handling https://wagslane.dev/posts/guard-keyword-error-handling-golang/ 139 comments
Lobsters
- Coming to Golang in 2019: Modules, Generics, Better Error-Handling https://thenewstack.io/whats-coming-to-golang-in-2019-modules-generics-better-error-handling/ 6 comments go
- Potential Rust-inspired simplification for Go error handling https://github.com/golang/go/discussions/71460 7 comments go
- Elegancy of Go's error handling https://thingsthatkeepmeupatnight.dev/posts/golang-http-handler-errors/ 30 comments go
- Error Handling in Go - Rob Pike Reinvented Monads https://www.innoq.com/en/blog/golang-errors-monads/ 61 comments go
- What's coming to Golang in 2019: modules, generics, better error-handling https://thenewstack.io/whats-coming-to-golang-in-2019-modules-generics-better-error-handling/ 45 comments golang
- discussion: spec: reduce error handling boilerplate using ? · golang go · Discussion #71460 https://github.com/golang/go/discussions/71460 9 comments programminglanguages
- Error Handling and logging in Go with Internationalization https://earthly.dev/blog/golang-errors/ 4 comments golang
- Domain-Centric Approach to Error Handling using Go (article) https://medium.com/@oberonus/domain-centric-approach-to-error-handling-using-go-golang-e8340147959d 2 comments golang
- Effective error handling in Go; how to Error() https://ainsley.dev/insights/golang-how-to-err/ 2 comments golang
- Wrapping Errors in Go - How to Handle Nested Errors https://blog.boot.dev/golang/wrapping-errors-in-go-how-to-handle-nested-errors/ 10 comments golang
- Better error handling in Golang: Theory and practical tips https://medium.com/p/758b90d3f6b4 45 comments golang
- Effective Error Handling in Golang https://earthly.dev/blog/golang-errors/ 28 comments golang
- Handling errors in channels in Golang https://medium.com/@developer.naren/handling-errors-in-channels-e76ad5cbf3a0 8 comments golang
- Elegance of Go's error handling https://thingsthatkeepmeupatnight.dev/posts/golang-http-handler-errors/ 48 comments golang
- How to handle errors in Go? [5 rules] https://web3.coach/golang-how-to-handle-errors-five-rules 18 comments golang
- Best practices on error handling in Go https://blog.golang.org/go1.13-errors 21 comments golang
- How do you *really handle errors in Go? https://www.reddit.com/r/golang/comments/denufi/how_do_you_really_handle_errors_in_go/ 32 comments golang
- Golang error handling pattern in JavaScript https://5error.com/go-style-error-handling-in-javascript/ 23 comments javascript
- Go error handling is really confusing me. https://www.reddit.com/r/golang/comments/7bpvua/go_error_handling_is_really_confusing_me/ 3 comments golang
- Error Handling in Go https://golangbot.com/error-handling/ 4 comments golang
- Error Handling in Go http://levi.guru/golang-errors/ 7 comments golang
- Error handling and Go http://blog.golang.org/2011/07/error-handling-and-go.html 87 comments programming
- Error handling and Go - Go Blog http://blog.golang.org/2011/07/error-handling-and-go.html 18 comments golang
- Ajel - a set of functions and linter that encourage handling errors similarly to Golang https://handfish.github.io/ajel/ 22 comments javascript
- Go's Error Handling Is a Form of Storytelling https://preslav.me/2023/04/14/golang-error-handling-is-a-form-of-storytelling/ 71 comments golang
- Thoughts on the "Guard" Proposal for Go's Error Handling https://wagslane.dev/posts/guard-keyword-error-handling-golang/ 72 comments golang
- Handling Errors from Deferred Functions in Go https://trstringer.com/golang-deferred-function-error-handling/ 12 comments golang
- Proposal: Go2: Drying up Error Handling in Go https://github.com/golang/go/issues/36284 51 comments golang
- Go error handling: an idea about slight extension over current `if err != nil` https://www.reddit.com/r/golang/comments/cf664e/go_error_handling_an_idea_about_slight_extension/ 7 comments golang
- Go 2 Error Handling Feedback (a list of "better ideas") https://github.com/golang/go/wiki/go2errorhandlingfeedback 30 comments golang
- I made a proposal for error handling in Go 2, feedback welcome! https://github.com/golang/go/issues/25632 12 comments golang
- Go's error handling: good and bad http://openmymind.net/golangs-error-handling-good-and-bad/ 22 comments golang
- Golang Error Handling: Go’s Way of Handling Errors https://www.bacancytechnology.com/blog/golang-error-handling 15 comments golang
- I wrote an article about Go error handling, errors.Is(), errors.As(), Unwrap(), Is() and more. What do you think? https://adrianlarion.com/golang-error-handling-demystified-errors-is-errors-as-errors-unwrap-custom-errors-and-more/ 11 comments golang
- "Errors in Go: From denial to acceptance". A practical guide to error handling patterns in Golang. https://evilmartians.com/chronicles/errors-in-go-from-denial-to-acceptance 26 comments golang