DEV Community

Sahira  Rani
Sahira Rani

Posted on

Weird Coding Habits That Saved Me 10 Hours/Week

Everyone says "code 8 hours daily" and "read docs only".

I tried that. Burned out in 1 week 💀

Then I switched to 3 "dumb" habits.
My code got cleaner. My confidence went up.

1. I talk to my code like it's a person
"Okay function, what are you actually doing here?"
Sounds crazy. But explaining code out loud = 50% fewer bugs.

2. I copy-paste on purpose
Not for cheating. For learning.
I copy code → break it → fix it → understand it.
Docs tell you HOW. Breaking tells you WHY.

3. I stop when I'm 80% done
Perfectionism killed more projects than bad code.
"Good enough + shipped" > "Perfect + stuck"

New coders: Forget the hustle porn.
Find your weird workflow and own it.

What's one "dumb" tech habit that actually works for you?

Top comments (0)