My team is starting to use Review Board with Perforce with a pre-commit review. We want to send all pre-commits to reviewboard. Though I believe pre-commit is the best way to go about this (than a post-commit review), I have some questions:
- How does someone verify their changes work with the build system before committing the change? I would want to be confident that the changes I'm submitting for review will build.
- Some people like to make small commits. They could be to the same file(s). How do we balance making small commits with submitting each change pre-commit to review board?