DEV Community

Discussion on: Code habits

Collapse
 
ben profile image
Ben Halpern

I wouldn't call your commenting habits silly so much as an awesome habit as long as it fits the greater style guidelines.

In terms of habits, I have a habit of not wanting the code to be in a non-compile state, even if I'm just working on it. It's just a quirk but I like to keep things in a state where they "work" and not leave that state for very long at a time. I'm not sure I'm describing that right.

Collapse
 
straleb profile image
Strahinja Babić

Hehe, thank you 😊 most of those habits I got when I started posting on CodePen at the end it stuck with me 😅.

And yeah, don't ask how, but in a way, I do understand what you meant to say 🙂👍