- Don't just check errors, handle them gracefully http://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully 13 comments golang
Linking pages
- We Need To Talk About The Bad Sides of Go | by Aviv Carmi | Oct, 2022 | ITNEXT https://medium.com/@avivcarmis/we-need-to-talk-about-the-bad-sides-of-go-568a1e5adbc6 278 comments
- Sentinel errors and errors.Is() slow your code down by 3000% | DoltHub Blog https://www.dolthub.com/blog/2024-05-31-benchmarking-go-error-handling/ 243 comments
- guide/style.md at master · uber-go/guide · GitHub https://github.com/uber-go/guide/blob/master/style.md 149 comments
- Stack traces and the errors package | Dave Cheney http://dave.cheney.net/2016/06/12/stack-traces-and-the-errors-package 92 comments
- Go, without package scoped variables | Dave Cheney https://dave.cheney.net/2017/06/11/go-without-package-scoped-variables 45 comments
- Code your own blockchain in less than 200 lines of Go! | by Coral Health | Medium https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc 25 comments
- Constant Time | Dave Cheney https://dave.cheney.net/2019/06/10/constant-time 24 comments
- Go Error Handling Techniques: Exploring Sentinel Errors, Custom Types, and Client-Facing Errors | Arash Taher Blog https://arashtaher.wordpress.com/2024/09/05/go-error-handling-techniques-exploring-sentinel-errors-custom-types-and-client-facing-errors/ 20 comments
- The Top 10 Most Common Mistakes I’ve Seen in Go Projects | by Teiva Harsanyi | ITNEXT https://medium.com/@teivah/the-top-10-most-common-mistakes-ive-seen-in-go-projects-4b79d4f6cd65 19 comments
- Unhelpful abstractions | Dave Cheney http://dave.cheney.net/2016/02/06/unhelpful-abstractions 17 comments
- Constant errors | Dave Cheney http://dave.cheney.net/2016/04/07/constant-errors 17 comments
- Error handling patterns in Go https://mijailovic.net/2017/05/09/error-handling-patterns-in-go/ 12 comments
- Interface wrapping method erasure | by Jack Lindamood | Medium https://medium.com/@cep21/interface-wrapping-method-erasure-c523b3549912 9 comments
- Inspecting errors | Dave Cheney http://dave.cheney.net/2014/12/24/inspecting-errors 9 comments
- Creating Domain Specific Error Helpers in Go With errors.As · The Ethically-Trained Programmer https://blog.carlana.net/post/2020/working-with-errors-as/ 5 comments
- Creating Domain Specific Error Helpers in Go With errors.As · The Ethically-Trained Programmer https://blog.carlmjohnson.net/post/2020/working-with-errors-as/ 4 comments
- When to add context to errors | Efeâs Blog https://www.efekarakus.com/golang/2019/09/26/when-to-wrap-errors.html 4 comments
- Aspects of a good Go library. A short checklist of what I wish for in… | by Jack Lindamood | Medium https://medium.com/@cep21/aspects-of-a-good-go-library-7082beabb403 3 comments
- GitHub - golang-design/history: 📝 Go: A Documentary | https://golang.design/history https://github.com/golang-design/history 2 comments
- Practical Go | Dave Cheney https://dave.cheney.net/practical-go 0 comments
Linked pages
- Stack traces and the errors package | Dave Cheney http://dave.cheney.net/2016/06/12/stack-traces-and-the-errors-package 92 comments
- Errors and Exceptions, redux | Dave Cheney http://dave.cheney.net/2015/01/26/errors-and-exceptions-redux 17 comments
- Constant errors | Dave Cheney http://dave.cheney.net/2016/04/07/constant-errors 17 comments
- error handling | Dave Cheney https://dave.cheney.net/tag/error-handling 11 comments
- Inspecting errors | Dave Cheney http://dave.cheney.net/2014/12/24/inspecting-errors 9 comments
Would you like to stay up to date with Golang? Checkout Golang
Weekly.
Related searches:
Search whole site: site:dave.cheney.net
Search title: Don’t just check errors, handle them gracefully | Dave Cheney
See how to search.