SocialTwist Tell-a-Friend

Comments --

Add

New TesterTools – Rietveld

Rietveld starts off with major geek cred because its primary author is Python’s Guido van Rossum. The tool is written in Python (of course!) and hosted on Google’s own experimental cloud-computing framework AppEngine. Anyone with a Google account can participate; after logging in you can identify Subversion repositories and branches containing code that needs to

SocialTwist Tell-a-Friend

Comments --

Add

New TesterTools – JCR

JCR (which stands for Java Code Reviewer) is another Python-based tool. Unlike the others, it does not integrate directly with source code management systems; it’s designed to have whole files available for review. JCR emphasizes a more formal process, with tracking of who did what and a review meeting to take action on code comments.
For

Advertisment
My Twitter Friends
Friends: 939 Followers: 394
SocialTwist Tell-a-Friend

0

Comments

Add

New TesterTools – Rietveld

Rietveld starts off with major geek cred because its primary author is Python’s Guido van Rossum. The tool is written in Python (of course!) and hosted on Google’s own experimental cloud-computing framework AppEngine. Anyone with a Google account can participate; after logging in you can identify Subversion repositories and branches containing code that needs to be reviewed, upload changed source code files, and invite reviewers. Reviewers can see an online diff and leave their own comments, and the system uses email notifications to keep the discussion moving along.

Rietveld is right now a bare-bones implementation, though it’s already being used by a number of Python projects. If you main interest is in finding the best tool to use for code reviews, though, there are at least three other web-based open source code review tools that you ought to evaluate before committing to Rietveld.

rietveld

rietveld

View RietveldĀ  dedicated page for this tool here.

SocialTwist Tell-a-Friend

0

Comments

Add

New TesterTools – JCR

JCR (which stands for Java Code Reviewer) is another Python-based tool. Unlike the others, it does not integrate directly with source code management systems; it’s designed to have whole files available for review. JCR emphasizes a more formal process, with tracking of who did what and a review meeting to take action on code comments.

For a large-scale, formal development organization, I’d look at JCR first. Web-based and open-source projects may find Review Board or Codestriker to be a better fit. While Rietveld is worth watching, and has certainly helped make many more developers think seriously about code reviews simply due to Google’s reach, it’s going to have to work hard to catch up in features to the pre-existing projects.

jcr

jcr

View TesterTools dedicated page for this tool.