Development Methods & Design

Code Review

English

Overview

The process where other developers check written code and give feedback.

Details

A development process where other developers examine implemented code and give feedback on quality, design, and bugs. The common format is a pull request where comments can be left on the diff, with merge decisions typically made alongside CI test and static-analysis results.

More Programming terms