DEV Community

Discussion on: What's your commit strategy in personal projects?

Collapse
 
fluffynuts profile image
Davyd McColl

Commit small, commit often. We use feature branches simply because it facilitates easier and neater code review, but I'm a fan of "work on mainline" for faster iteration, especially on smaller teams.