Engineering Teams Should Embrace Small Pull Requests
Have you ever had a Pull Request (PR) that was more than a few weeks old and had thousands of lines of code changes spanning a large number of files? Iโm sure the code review process went like this: Hmmm, looks good to me. Now, this is against the spirit of code reviews and definitely something that I would strongly discourage. Thereโs a better way to do code reviews - small PRs. ...