Tool to aid Code Review
- by Prakash
For our small team of 20 developers, we used do code review like:
Make a label in svn and publish the label to the reviewers
Reviewers checkout the code and add comments in line (with marker like: // REVIEWER_NAME::REVIEW COMMENT:)
After all comments are in, reviewer checks in the code, preferably with new label.
Developer checks the comments and…