How I review a full stack Pull Request
The process I follow to ensure my reviews consistently provide high-value feedback
Feb 2, 20247 min read38

Search for a command to run...
Articles tagged with #code-review
The process I follow to ensure my reviews consistently provide high-value feedback

Occasionally your team may need to make a large scale refactor which touches thousands of files. The changes are mostly boilerplate changes made by refactoring tools, but there is always the risk of manual error. If you are asked to review a pull re...
