go-best-practices
go-best-practices copied to clipboard
Design Pattern Best Practices
We need a section on design pattern best practices
possible link to https://github.com/kamranahmedse/design-patterns-for-humans ?
I love the adapter example https://github.com/kamranahmedse/design-patterns-for-humans#-adapter
Because in their world a hunter can only hunt things which roar. So he makes the wild dog roar in order for the hunt to begin. Programming is weird.