Review Glossary

Browse 5 review terms defined in plain English, from the cultural dictionary of computing.

5 Review Terms

Code Blindness
The tendency to stop seeing obvious problems in code after staring at the same section for too long, often because familiarity and fatigue hide mistakes from...
Code Change
A modification to source code, configuration, or related files that alters behavior, fixes a bug, or restructures the implementation. Teams often reason about...
Code Patrol
A joking term for people or automation that watch for policy violations, risky changes, or quality problems in code. In engineering slang, code patrol can...
Second Opinion
Another qualified person's view on a problem, design, or decision. In engineering slang, a second opinion is often the fastest way to break a team's local...
Two Heads
A shorthand for the idea that two people thinking together can solve a problem better than one alone. In engineering slang, two heads often means pairing,...

Related Topics