257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square922fedilinkarrow-up1351arrow-down114
arrow-up1337arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square922fedilink
minus-squarespokenlollipop@lemmynsfw.comlinkfedilinkarrow-up2·1 year agoEven when you’re using a dynamically typed Lang you should be using all the appropriate scanners and linters, but so many projects just don’t. I joined a large project half way through and I ran pylint and stared as the errors (not just style stuff) poured out…
Even when you’re using a dynamically typed Lang you should be using all the appropriate scanners and linters, but so many projects just don’t.
I joined a large project half way through and I ran pylint and stared as the errors (not just style stuff) poured out…