We're adopting an approach where all developers fork our main git repo, and code review is applied to all pull requests before a merge.
It's yet to be seen if this overhead is worthwhile.
Review before commit is a very low-overhead approach, and the side effects of distribution of systems knowledge and pride in your code make it a tempting alternative.
Comments
We're adopting an approach where all developers fork our main git repo, and code review is applied to all pull requests before a merge.
It's yet to be seen if this overhead is worthwhile.
Review before commit is a very low-overhead approach, and the side effects of distribution of systems knowledge and pride in your code make it a tempting alternative.