Alex to Programmer [email protected] • 1 year agoA week of fprintfs has me wanting to code rust next weeklemmy.mlimagemessage-square105fedilinkarrow-up11.05Karrow-down116
arrow-up11.03Karrow-down1imageA week of fprintfs has me wanting to code rust next weeklemmy.mlAlex to Programmer [email protected] • 1 year agomessage-square105fedilink
minus-squareEager EaglelinkEnglish47•edit-21 year agoyou need a linter, bro when integrated into the editor it’ll highlight stupid mistakes as they’re typed I recommend Ruff for real time checks, and pylint if you need a comprehensive analysis.
minus-squareEager EaglelinkEnglish20•edit-21 year agoAs if that’s a bad thing… it means you’re not locked in with a tool you don’t like and the language itself doesn’t dictate your workflow. There’s very little benefit and a lot of potential problems in using a single tool for everything.
minus-square@aidanlink1•11 months agoYea and C++ is the same thing, you just need to enable all the warnings on clang-tidy
you need a linter, bro
when integrated into the editor it’ll highlight stupid mistakes as they’re typed
I recommend Ruff for real time checks, and pylint if you need a comprehensive analysis.
sure, but thats just outsourcing the problem.
It’s also a solution…
As if that’s a bad thing… it means you’re not locked in with a tool you don’t like and the language itself doesn’t dictate your workflow.
There’s very little benefit and a lot of potential problems in using a single tool for everything.
Yea and C++ is the same thing, you just need to enable all the warnings on clang-tidy