Urik
@Urik@lemmy.ca
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Golang be like 1 year ago:
Most of the time you don’t write the code, you change it.
I had tons of situations where I wanted to test deleting a code block which just happened to use an imported library, which the compiler is now complaining about because it’s no longer being used.
- Comment on Golang be like 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. - Comment on Why is the Node ecosystem so demanding? 1 year ago:
I think NPM has the same feature, it’s called overrides