The act of one developer reviewing the code of another developer. This review may or may not act as a gate to the code being accepted or merged into the project's mainline. ## Peer code review methods - [[Pull Request]] — asynchronous review of code performed using a tool such as [[GitHub]] - [[Pair programming]] — synchronous review of code where 2 developers create and/or review some code together before committing --- ## References - [The Code Review Pyramid](https://www.morling.dev/blog/the-code-review-pyramid/)