Comment on
Golang be like
Reply in thread
Yes it is a hard error and Go does not compile then. You can do _ = foobar to fake variable usage. I think this is okay for testing purposes.
Comment on
Golang be like
Reply in thread
Yes it is a hard error and Go does not compile then. You can do _ = foobar to fake variable usage. I think this is okay for testing purposes.
Comment on
Golang be like
Reply in thread
I think this is a good thing. The styles are just opinions anyway and forcing everyone to just follow a single style takes a lot of bikeshedding away, which I really like.
Comment on
Golang be like
Reply in thread
This is not needed anymore since version 1.20
Comment on
Golang be like
Reply in thread
So what language would you chose then? Java, PHP, JavaScript? None of the big languages where perfect from day one and it does not really matter, since day one is over already.
Comment on
Auf welches Produkt schwört ihr?
Reply in thread
Igitt
Comment on
Golang be like
Reply in thread
Worse than not having a unused variable check at all? Dunno, the underscore assignment are very visible for me and stand out on every code read and review.
Comment on
Golang be like
Reply in thread
Honestly, it does not happen often that I have a ln unused variable that I want to keep. In my mind it is the same thing when wanting to call a function that does not exists. Also my editor is highlighting error Long before I try to compile, so this is fine too for me.
Comment on
Golang be like
Reply in thread
Okayyyy