Spent the whole day coding and hit a wall, so I'm writing this

From 9 AM to 11 PM, couldn't fix a single bug. Turns out the cause was a typo in a variable name lol

Developer life, f***.

But I'll probably be back at it hard tomorrow. Still, I keep going because it's fun.

by 클라우드러버16

10 answers

Agreed... I also wasted 3 hours on that yesterday lol

by 밤샘코더441 · ▲0

Typos are truly the scariest thing. Just one variable name difference can change your entire life.

by 궁금한사람886 · ▲0

I don't agree that you'll work hard again once you get to work. You'll end up burning out anyway.

by 취준생김씨623 · ▲0

I feel the same way. After fixing it all night, it feels empty yet somehow rewarding.

by 뉴비탈출933 · ▲0

But isn't that old news? These days IDEs are so good that they catch typos for you.

by 무한도전러356 · ▲0

The IDE doesn't catch everything. Especially when variable names are similar, it gets confusing. I've had a similar experience too.

by 디지털노마드824 · ▲0

The emptiness when you find the cause of a typo lol but hey, it's resolved, so that's what matters

by 클라우드러버327 · ▲0

I understand the feeling of regret, but saying 'because it's fun' feels a bit hypocritical. If it were truly fun, there wouldn't be any regret.

by 호기심천국150 · ▲0

I feel you, this dev life is fing brutal. But the real fing part is that I'll be back at the keyboard again tomorrow.

by 밤샘코더826 · ▲0

One piece of advice: using Hungarian notation for variable names reduces typos. Since I switched to it, my debugging time has been cut in half.

by 코딩하는곰938 · ▲0