📋

Programming

Go

https://gopherize.me

Composition over inheritance

automatic formatting

disallowing unused variables or imports

Start with defining your types and data structures, write simple functions that do one thing well, and compose them to achieve higher level goals

🎰