1
vote
What do your code reviews involve and what patterns are successful?
Schedule reviews or inspections
regularly and frequently.
Review/Inspect whole modules when
new, and delta + surrounding
code for maintenance. Building up a backlog of s …
1
vote
How is code review different from QA (quality assurance) reviews?
Our code reviews include QA developers, so they hear discussions that point to different test equivalence classes. But the main focus in a code review or inspection is: Does the code perform as e …
