But wouldn't that potentially yield broken commits? I mean, if you commit every time you save and compile, you can't check your program for errors before it goes into git.
I am also a fan of committing quite often, but I make sure there are no syntax errors and all tests are green before committing.
Florian Beer 9 years ago
But wouldn't that potentially yield broken commits? I mean, if you commit every time you save and compile, you can't check your program for errors before it goes into git.
I am also a fan of committing quite often, but I make sure there are no syntax errors and all tests are green before committing.