Add Tao of Go to Best Practices

This commit is contained in:
Morgan 2022-02-24 11:21:37 +01:00 committed by GitHub
parent 3fedd2229c
commit ae3f780e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -858,6 +858,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi
* [Spencer Baugh](https://catern.com/config.html) - (2021) Write code, not configuration * [Spencer Baugh](https://catern.com/config.html) - (2021) Write code, not configuration
* [Raphael Gaschignard](https://rtpg.co/2022/02/04/precision-in-technical-discussions.html) - (2022) Precision In Technical Discussions * [Raphael Gaschignard](https://rtpg.co/2022/02/04/precision-in-technical-discussions.html) - (2022) Precision In Technical Discussions
> * While working with the same people in the same problem domain for a long time, it's extremely common for people to take shortcuts when describing usage of a technical system. > * While working with the same people in the same problem domain for a long time, it's extremely common for people to take shortcuts when describing usage of a technical system.
* [John Arundel](https://bitfieldconsulting.com/golang/tao-of-go) - The Tao of Go
> Tools > Tools
* [Clean Code Cheat Sheet v2.4](https://www.planetgeek.ch/2014/11/18/clean-code-cheat-sheet-v-2-4/) - (2014) cheat sheet for clean code * [Clean Code Cheat Sheet v2.4](https://www.planetgeek.ch/2014/11/18/clean-code-cheat-sheet-v-2-4/) - (2014) cheat sheet for clean code