Comment on Something Bizarre Is Happening to People Who Use ChatGPT a Lot
endeavor@sopuli.xyz 1 week agoI use chat gpt to find issues in my code when I am at my wits end. It is super smart, manages to find the typo I made in seconds.
Comment on Something Bizarre Is Happening to People Who Use ChatGPT a Lot
endeavor@sopuli.xyz 1 week agoI use chat gpt to find issues in my code when I am at my wits end. It is super smart, manages to find the typo I made in seconds.
felixwhynot@lemmy.world 1 week ago
If you’re running into typo type issues, I encourage you to install or configure your linter plugin, they are great for this!
endeavor@sopuli.xyz 1 week ago
Thanks ill look into it!
NostraDavid@programming.dev 1 week ago
Presuming you’re writing in Python: Check out docs.astral.sh/ruff/
It’s an all-in-one tool that combines several older (pre-existing) tools. Very fast, very cool.
tau@infosec.pub 1 week ago
I’m looking to integrate ruff more into my workflow. Do you have any tips coming from black + isort?