257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square807fedilinkarrow-up1344arrow-down115
arrow-up1329arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square807fedilink
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…