Stacked pull requests: make code reviews faster, easier, and more effective
In this blog post, I will show you a technique, also referred to as stacked pull requests. This technique helps engineers split code changes into smaller and more coherent pieces. In return, reviewers have an easier time understanding the code under change, and therefore give better feedback in a shorter time.
Read more