PSA: My first Python project took 40 hours to fix a single comma
I spent 3 days debugging a script that kept crashing, only to find a missing comma in a dictionary. That was 6 months ago, and now I pre-check every line before I even run the code. Has anyone else wasted a whole weekend on something this stupid?
Honestly I just stopped worrying about it and started reading my code out loud before pushing. It sounds dumb but I catch way more dumb typos that way. Did you ever try that or just go straight to the linter?