xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 2 days agoThey can see the policy working...lemmy.sdf.orgimagemessage-square36linkfedilinkarrow-up1226arrow-down14
arrow-up1222arrow-down1imageThey can see the policy working...lemmy.sdf.orgxia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 2 days agomessage-square36linkfedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up13·2 days agoUse a good IDE, and readding the imports is pretty easy. I find commented code to be a bit of a smell on its own, just delete it, and if you really need it again, dig it out of source control.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up10·2 days agoYeah. My last job, a PR with commented out code typically wouldn’t get approved. Either leave it in version history, or stick it on a branch
Use a good IDE, and readding the imports is pretty easy.
I find commented code to be a bit of a smell on its own, just delete it, and if you really need it again, dig it out of source control.
Yeah. My last job, a PR with commented out code typically wouldn’t get approved. Either leave it in version history, or stick it on a branch