@xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish • 15 days agoThey can see the policy working...lemmy.sdf.orgimagemessage-square36fedilinkarrow-up1228arrow-down10
arrow-up1228arrow-down1imageThey can see the policy working...lemmy.sdf.org@xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish • 15 days agomessage-square36fedilink
minus-square@CameronDev@programming.devlinkfedilink13•15 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-square@jjjalljs@ttrpg.networklinkfedilink10•15 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