I swear 70% of my “coding time” isn’t even coding. It’s staring at the screen, reading error logs like ancient scrolls, trying to figure out why my code that should work just… doesn’t.
Then comes the endless cycle:
“Let me just add a console.log here.”
“Wait, now it’s working?”
“Okay now it broke again??”
“Fine, I’ll rewrite it.”
By the time I find the real issue, I’ve forgotten what I was building in the first place 😩
Most debugging tools either overload you with info or require manual setup.
Any suggestions?
[link] [comments]