@xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish • 1 month agoThey can see the policy working...lemmy.sdf.orgimagemessage-square36arrow-up1235
arrow-up1235imageThey can see the policy working...lemmy.sdf.org@xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish • 1 month agomessage-square36
minus-square@CameronDev@programming.devlinkfedilink13•1 month 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-square@jjjalljs@ttrpg.networklinkfedilink10•1 month 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