DEV Community

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

Collapse
 
dipsylala profile image
dipsylala

Just as disciplined as if I was at work. Frequent commits to a branch, with each branch referring to a JIRA that could be a bug/new feature, with appropriate stylecop/semistandard checks. Merge to main triggers a static analysis scan. My memory can get hazy 6 months down the line, so being able to refer to 'why' I did something can be useful.