Glossary

Code Review

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

Rules for a good reviewer