DEV Community

Discussion on: Good habits, good code quality

Collapse
 
kretaceous profile image
Abhijit Hota

I feel this. I'm not the neatest code writer but I always try to write it properly, albeit of the process being slow.

And by proper I don't mean the most efficient way to do it. As the quote from Coding Horror, we've to refactor it in the end.

But the thing you're implementing now should at least be compatible and sane enough to be used by the rest of the team.

Don't necessarily look for optimal solutions but always try to look for clean ones. You'll find the best ones along the way.