Code review is the process of another developer examining code before it is merged into the main branch. It catches bugs, spreads team knowledge, and maintains codebase quality. Research shows code review finds ~60% of defects early.
What to check
Correctness: does the code solve the task? Are there edge cases?