Comment on Golang be like

<- View Parent
Urik@lemmy.ca ⁨1⁩ ⁨year⁩ ago

That’s a problem with your workplace, not the language.
You could have a build setting for personal development where unused variables are not checked, and then a build setting for your CI system that will look for them. It gives you freedom to develop the way you want, but will not merge your PR unless the stricter rules are met.

source
Sort:hotnewtop