Irelephant@lemm.ee to Programmer Humor@programming.devEnglish · 2 days agolooks good to melemm.eeexternal-linkmessage-square46fedilinkarrow-up1731arrow-down18
arrow-up1723arrow-down1external-linklooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@programming.devEnglish · 2 days agomessage-square46fedilink
minus-squarepscamodio@feddit.itlinkfedilinkarrow-up2·22 hours agoIn a codebase with a lot of warnings is even better for me to add a disable comments for all the existing warning and then not allow any new one in. And then each time a part of the code needs to be touched the existing warning there should be solved too.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up2·11 hours agoSeveral times I’ve set the max warnings to whatever the current warning count is, and then decreased that over time.
In a codebase with a lot of warnings is even better for me to add a disable comments for all the existing warning and then not allow any new one in.
And then each time a part of the code needs to be touched the existing warning there should be solved too.
Several times I’ve set the max warnings to whatever the current warning count is, and then decreased that over time.