DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
briankephart profile image
Brian Kephart

Not using feature branches.

Collapse
 
ben profile image
Ben Halpern

This was me until I worked with folks who set great examples. I eventually learned better habits.

Collapse
 
kayis profile image
K

Trunk based devlopment ftw.

Collapse
 
glaaki profile image
Sean Porter

Not sure I'd agree with this one, depends on what you're trying to accomplish.

Committing directly to trunk has its benefits, everyone gets the changes immediately but you just need to make sure that the changes are self-contained enough to not break anything.

I used to think this was the way to go too until I read Continuous Delivery
all the way through.

Collapse
 
htphuongse profile image
Phuong Huynh

haha, you should try to fix it soon

Collapse
 
stearm profile image
Stefano Armenes

You should try git flow :)