Comment on Why Developers Get FiredparentComments−jbellis16y> How do you make pre-commit vetting of code quality scaleUse distributed version control, and work on your next patch while waiting on review of your first. Even if you can't use it officially, you can use it locally: http://spyced.blogspot.com/2009/06/patch-oriented-developmen...
Comments
> How do you make pre-commit vetting of code quality scale
Use distributed version control, and work on your next patch while waiting on review of your first. Even if you can't use it officially, you can use it locally: http://spyced.blogspot.com/2009/06/patch-oriented-developmen...