Five ‘Ws’ of Code Reviews
WHY do we do Code Reviews?
There are three reasons for doing Code Reviews:
1. Testing – Does the code do what it is supposed to do? Are there any errors in logic that can be corrected BEFORE we get to the test execution phase of the project?
2. Qualitative Assessment – How well has the code been written?
3. Management [...]
