Without trying to offend… what's the quality of those commits?
I have a co-worker who commits 6x more changes than me, everyday, but only because she commits many errors in the morning and have to fix them during the day after multiple code reviews. She often forgets to run the test suite before pushing her changes up. Even after the creation of a Git hook to pre-test the changes after every commit, she still manages to break things when they fall outside the scope of the automated tests.
The number of commits mean nothing if the quality is low.
Given that she's the CTO of the company, lead developer of the project, the most senior engineer on the team, literally one of the top JavaScript developers on all of Github - https://github.com/erisds... what do you think the answer to that question is? :)
I have a co-worker who commits 6x more changes than me, everyday, but only because she commits many errors in the morning and have to fix them during the day after multiple code reviews. She often forgets to run the test suite before pushing her changes up. Even after the creation of a Git hook to pre-test the changes after every commit, she still manages to break things when they fall outside the scope of the automated tests.
The number of commits mean nothing if the quality is low.
reply