Tool to aid Code Review

Posted by Prakash on Stack Overflow See other posts from Stack Overflow or by Prakash
Published on 2008-08-02T10:48:43Z Indexed on 2010/03/30 3:23 UTC
Read the original article Hit count: 570

For our small team of 20 developers, we used do code review like:

  1. Make a label in svn and publish the label to the reviewers
  2. Reviewers checkout the code and add comments in line (with marker like: // REVIEWER_NAME::REVIEW COMMENT:)
  3. After all comments are in, reviewer checks in the code, preferably with new label.
  4. Developer checks the comments and makes changes (if appropriate)
  5. Developer keeps an excel sheet report for considered changes and reasons for ignored comments

Problem: Developer needs to keep track of multiple labels which might have same comments

Sometimes we even do One on One review and if we really have time, even do Table review (team of reviewers looks at the code on projector, on the fly, and pass comment)

I was wondering: Are you guys using any specific tool which helps to do code reviews smoother?

I have heard of Code Collaborator. But have anyone used that? Is it worth the money?

© Stack Overflow or respective owner

Related posts about code-review

Related posts about team