Burned 4 hours trying to fix a 'broken' Python script that only had a typo in a variable name
Spent my whole Saturday chasing an undefined error in VS Code and it turned out I'd written usrname instead of username on line 12. Now I paste every error into Google first before touching anything, does anyone else have a dumb one that ate their whole day?
Spent 3 hours once on a missing comma in a list. Swore I'd read every error twice before touching code after that. Now I just copy the whole thing and let the internet tell me what I broke.