xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 6 天前They can see the policy working...lemmy.sdf.orgimagemessage-square36fedilinkarrow-up1233arrow-down15
arrow-up1228arrow-down1imageThey can see the policy working...lemmy.sdf.orgxia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 6 天前message-square36fedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up13·6 天前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.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up10·6 天前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
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