#general-advice
Read more stories on Hashnode
Articles with this tag
Today I found a small mistake in our codebase. The code was like this: type Foo struct { baz []int } // ... func (f *Foo) Fun(a int) { if...
Intro Working in a code base with well-written functions is a pleasurable experience. Everything seems to flow, it is easy to understand what is...