devilish666@lemmy.world to Programmer Humor · 1 year agoShiiieeettt.......lemmy.worldimagemessage-square87fedilinkarrow-up1984arrow-down119
arrow-up1965arrow-down1imageShiiieeettt.......lemmy.worlddevilish666@lemmy.world to Programmer Humor · 1 year agomessage-square87fedilink
minus-squarebus_factor@lemmy.worldlinkfedilinkarrow-up25·1 year agoGolang 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.
minus-squareramjambamalam@lemmy.calinkfedilinkarrow-up3·1 year ago commenting out the whole block var foo is declared but not used is such a pain in my asshole when doing this.
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.