General
30 views
Code Review
Quick Definition
Examining code changes before merging for quality
Full Definition
Examining code changes before merging to improve quality and share knowledge.
Examples
pull requests, pair programming, peer review, checklist
Related Terms
version-control
quality-assurance
More General Terms
CI/CD
Automating build test and deployment pipelines
Scalability
Ability to handle increased load by adding resources
Version Control
Systems tracking code changes for collaboration
CQRS
Separating read and write models for better scaling
Virtualization
Creating virtual versions of hardware or OS resources
Clean Code
Writing readable maintainable code