- Thought experiment: Go, without package scoped variables https://dave.cheney.net/2017/06/11/go-without-package-scoped-variables 45 comments golang
Linking pages
- You shouldn’t name your variables after their types for the same reason you wouldn’t name your pets “dog” or “cat” | Dave Cheney https://dave.cheney.net/2019/01/29/you-shouldnt-name-your-variables-after-their-types-for-the-same-reason-you-wouldnt-name-your-pets-dog-or-cat 29 comments
- Constant Time | Dave Cheney https://dave.cheney.net/2019/06/10/constant-time 24 comments
- Context isn’t for cancellation | Dave Cheney https://dave.cheney.net/2017/08/20/context-isnt-for-cancellation 15 comments
- A whirlwind tour of Go’s runtime environment variables | Dave Cheney http://dave.cheney.net/2015/11/29/a-whirlwind-tour-of-gos-runtime-environment-variables 14 comments
- Dynamically scoped variables in Go | Dave Cheney https://dave.cheney.net/2019/12/08/dynamically-scoped-variables-in-go 12 comments
- If aligned memory writes are atomic, why do we need the sync/atomic package? | Dave Cheney https://dave.cheney.net/2018/01/06/if-aligned-memory-writes-are-atomic-why-do-we-need-the-sync-atomic-package 8 comments
- GitHub - agrim123/reading-material: List of some useful blogs, books, courses, papers etc. https://github.com/agrim123/reading-material 0 comments
- How to include C code in your Go package | Dave Cheney http://dave.cheney.net/2013/09/07/how-to-include-c-code-in-your-go-package 0 comments
- Practical Go | Dave Cheney https://dave.cheney.net/practical-go 0 comments
- A parable about practice | Dave Cheney http://dave.cheney.net/2015/03/26/a-parable-about-practice 0 comments
Linked pages
- Peter Bourgon · A theory of modern Go https://peter.bourgon.org/blog/2017/06/09/theory-of-modern-go.html 155 comments
- SOLID Go Design | Dave Cheney http://dave.cheney.net/2016/08/20/solid-go-design 112 comments
- Constant errors | Dave Cheney http://dave.cheney.net/2016/04/07/constant-errors 17 comments
- A whirlwind tour of Go’s runtime environment variables | Dave Cheney http://dave.cheney.net/2015/11/29/a-whirlwind-tour-of-gos-runtime-environment-variables 14 comments
- Functional options for friendly APIs | Dave Cheney https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis 13 comments
- Don’t just check errors, handle them gracefully | Dave Cheney https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully 13 comments
- Dynamically scoped variables in Go | Dave Cheney https://dave.cheney.net/2019/12/08/dynamically-scoped-variables-in-go 12 comments
- On declaring variables | Dave Cheney http://dave.cheney.net/2014/05/24/on-declaring-variables 4 comments
- How to include C code in your Go package | Dave Cheney http://dave.cheney.net/2013/09/07/how-to-include-c-code-in-your-go-package 0 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: Go, without package scoped variables | Dave Cheney
See how to search.