Tool to aid Code Review - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T00:41:21Z http://stackoverflow.com/feeds/question/403 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/403/tool-to-aid-code-review 19 Tool to aid Code Review Prakash 2008-08-02T10:48:43Z 2009-09-30T13:28:17Z <p>For our small team of 20 developers, we used do code review like:</p> <ol> <li>Make a label in svn and publish the label to the reviewers</li> <li>Reviewers checkout the code and add comments in line (with marker like: // REVIEWER_NAME::REVIEW COMMENT:)</li> <li>After all comments are in, reviewer checks in the code, preferably with new label.</li> <li>Developer checks the comments and makes changes (if appropriate) </li> <li>Developer keeps an excel sheet report for considered changes and reasons for ignored comments</li> </ol> <p>Problem: Developer needs to keep track of multiple labels which might have same comments</p> <p>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)</p> <p>I was wondering: Are you guys using any specific tool which helps to do code reviews smoother?</p> <p>I have heard of <a href="http://codecollab.com" rel="nofollow">Code Collaborator</a>. But have anyone used that? Is it worth the money?</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/414#414 21 Answer by bentsai for Tool to aid Code Review bentsai 2008-08-02T11:34:21Z 2009-09-30T13:26:55Z <p>I have used Fisheye/Crucible by Atlassian a couple of times on top of Subversion and Perforce. <a href="http://www.atlassian.com/software/fisheye/" rel="nofollow">Fisheye</a> is the repository-browsing component, and <a href="http://www.atlassian.com/software/crucible/" rel="nofollow">Crucible</a> is the code review piece of it. This is definitely a neat and convenient tool. It makes every step of the review process easier, more efficient, and more pleasant. It allows you to make comments inline with the code simply by dragging/highlighting the region. This happens in real-time, so you can see others' comments and have discussions in the context of the code.</p> <p>You can pretty quickly setup Fisheye/Crucible, and then demo it. Atlassian was pretty good about letting me extend my demo period beyond 30 days. There are a lot of slick and valuable features, and depending on how many you use, it may be worth the money.</p> <p>There is also an app called <a href="http://www.review-board.org/" rel="nofollow">review board</a>, which is created by some Vmware people. It looks like it has similar features as Crucible and Code Collaborator, but is free. I have not tried it myself.</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/420#420 8 Answer by Luke Girvin for Tool to aid Code Review Luke Girvin 2008-08-02T11:56:56Z 2009-01-21T09:22:59Z <p>I haven't tried it myself, but Google have released a tool called <a href="http://codereview.appspot.com/" rel="nofollow">Code Review</a>, previously codenamed<a href="http://code.google.com/p/rietveld" rel="nofollow">rietveld</a>. Looks like it's open source, works with Subversion, and is based on their internal tool Mondrian, which uses Perforce as a backend.</p> <p>It's written by Guido van Rossum, as far as I can tell it can be used for any language (not just Python). <a href="http://radar.oreilly.com/2008/05/mondrian-guido-google-app-engine.html" rel="nofollow">For more information</a>.</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/25941#25941 6 Answer by Joe Schneider for Tool to aid Code Review Joe Schneider 2008-08-25T12:24:15Z 2008-08-25T12:24:15Z <p>Yes. We have <a href="http://www.smartbearsoftware.com/codecollab.php" rel="nofollow">Code Collaborator</a>. It is awesome. It has drastically affected the way we perform reviews (we used to do e-mails). You can see the <a href="http://www.smartbearsoftware.com/codecollab-features.php" rel="nofollow">feature list</a> on their web page. Additionally, Code Collaborator has a command-line interface that we were able to build into our review scripts so adding files to a new review is a simple one-step procedure. But what really sells me on this software is founder <a href="http://blog.asmartbear.com/" rel="nofollow">Jason Cohen's blog</a> and his attitude towards software development in general. If it's not exactly the product you want today, I'm confident they'll make it that software tomorrow. I've had the occasion to see him speak on code reviews at a conference, and all impressions from his blog were validated.</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/36489#36489 0 Answer by Scott Dorman for Tool to aid Code Review Scott Dorman 2008-08-30T23:51:38Z 2008-08-30T23:51:38Z <p>You don't mention what editing environment you use, but if you use Visual Studio you can also check out the SlickEdit Tools, which provide a code "annotation" feature. They also have a 2-part blog post series that explains how to use it for code reviews:</p> <ul> <li><a href="http://blog.slickedit.com/?p=237" rel="nofollow">part 1</a></li> <li><a href="http://blog.slickedit.com/?p=241" rel="nofollow">part 2</a></li> </ul> http://stackoverflow.com/questions/403/tool-to-aid-code-review/54045#54045 1 Answer by Flory for Tool to aid Code Review Flory 2008-09-10T13:36:31Z 2008-09-10T13:36:31Z <p>Mark,</p> <p>You are probably way past this question but you can also get a <a href="http://www.smartbear.com/codecollab-code-review-book.php" rel="nofollow">free book about doing code reviews from Smartbear software</a> (maker of Code Collaborator): </p> <p>We are not currently using the software but I am angling towards at least demoing it for a bit and try it out.</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/114365#114365 2 Answer by rlerallut for Tool to aid Code Review rlerallut 2008-09-22T11:41:28Z 2008-09-22T11:41:28Z <p>We're using internally Review Board (<a href="http://www.review-board.org/" rel="nofollow">http://www.review-board.org/</a>). It integrates decently with our SVN repository and has a reasonably nice web UI. We have some nice discussions over code snippets, etc.</p> <p>It runs over Apache and DJango, it's quite easy to setup, it's FLOSS, so you can definitely give it a try.</p> http://stackoverflow.com/questions/403/tool-to-aid-code-review/114408#114408 0 Answer by Epaga for Tool to aid Code Review Epaga 2008-09-22T11:51:25Z 2008-09-22T11:51:25Z <p>A great Eclipse plugin is Jupiter: <a href="http://code.google.com/p/jupiter-eclipse-plugin/" rel="nofollow">http://code.google.com/p/jupiter-eclipse-plugin/</a></p>