964
Shiiieeettt.......
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Golang won't even compile with dead code. Unfortunately that's too strict, you just end up commenting out the whole block instead. At least the commented out code is obvious in review, and some automated checks catch it if you have them.
var foo is declared but not used
is such a pain in my asshole when doing this.