devilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agoShiiieeettt.......lemmy.worldimagemessage-square87fedilinkarrow-up1978arrow-down119
arrow-up1959arrow-down1imageShiiieeettt.......lemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agomessage-square87fedilink
minus-squarebus_factor@lemmy.worldlinkfedilinkarrow-up25·8 months 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·8 months 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.