CSC/ECE 517 Fall 2013/ch1 1w08 cc: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Intro...
Intro...
Code review tools are used to aid and automate existing code review practices in order to simplify the process. Code review is <ref> GoogleTalksArchive [http://www.youtube.com/watch?v=CKjRt48rZGk] "Mondrian Code Review on the Web" </ref>.
Code review tools are used to aid and automate existing code review practices in order to simplify the process. Code review is <ref> GoogleTalksArchive [http://www.youtube.com/watch?v=CKjRt48rZGk "Mondrian Code Review on the Web"] </ref>.


= Code Review Tools =
= Code Review Tools =

Revision as of 21:52, 15 September 2013

Intro... Code review tools are used to aid and automate existing code review practices in order to simplify the process. Code review is <ref> GoogleTalksArchive "Mondrian Code Review on the Web" </ref>.

Code Review Tools

Agile Review

Barkeep

Barkeep is a code review system developed in Ruby by the company Ooyala <ref> GitHub "Comparing barkeep to other code review tools" </ref>. Although written in Ruby Barkeep is not language specific and may be used for code review of any language. Barkeep is standalone and the end user is responsible for hosting it. One of the key features that Barkeep prides itself on is it hackable nature. Since Barkeep is hosted by the user and they provide their “small codebase” it allows users to add on new features and make modifications as they see fit for their needs. So even if Barkeep doesn’t have a feature someone needs it very possible for the user to add it.

Cost: Free

Features

  • Email Notifications
  • Syntax Highlighted Color Diffs
  • Hackable
  • Commits Searching
  • Review Requests
  • Comments
    • Inline Code Snippets
  • Stats
    • Most Active Reviewers
    • Most Commented Commits
    • Review Coverage
    • Top Approvers

Code Collaborator

Cost: Paid

Features - Real-time Chat - Syntax Highlighted Color Diffs - Comments - IDE & SCM (Source Control Management) Integrations - Reports - Pending Code Reviews - Code Review Performance - Many more… - Customizable and Automated Workflows - Defect Tracking & Management - Review Checklists

Code Striker

Crucible

FlexPmd

Gerrit

Google Mondrian (may need to summarize under Rietveld)

Groogle

Hammurapi

JCode Review

Jupiter

Malevich

Perforce

Rietveld

Rietveld is an open source web application for code reviews. Rietveld was inspired by Mondrian a internal web application at Google used for code reviews. Mondrian is heavily used inside Google and a developer of Mondrian always wanted to release it as an open source tool but due to its popularity within the company was unable to. Rietveld came about from the inspiration of Mondrian and was released to the open source Python community.

Cost: Free

Features

  • Email Notifications
  • Syntax Highlighted Color Diffs
  • Hackable
  • Inline Comment

Review Board

Comparison

Functionality

Tool Maintainer Developed In Available For Cost
jkl mno pqr
stu vwx yz

Features

Features
Tools

Examples

References

<references />