TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to do code reviews between remote teams

4 pointsby procyonalmost 15 years ago
Hello,<p>We just started to work with a remote dev team. Due to time difference we find hard to have frequent phone calls or video conferences.<p>So far, we write emails with all the suggestions. We have no good way to track the suggestion and often writing those long emails is very cumbersome and leaves lot of room for ambiguity.<p>I would like to know if there are any good tools or ways to do code reviews with a distributed team. How do you do code reviews in your team?

2 comments

famousactressalmost 15 years ago
Part of our team uses Atlassian's tool Crucible for accomplishing this. I don't have a ton of hands-on experience with it, but they love it and it does look like it does a pretty elegant job at capturing a living code review online. <a href="http://www.atlassian.com/software/crucible/" rel="nofollow">http://www.atlassian.com/software/crucible/</a>
评论 #1519309 未加载
dnenealmost 15 years ago
You may want to take a look at Rietveld which is a clone of the widely used mondrian tool within google.<p><a href="http://googlecode.blogspot.com/2008/05/guido-van-rossum-releases-mondrian.html" rel="nofollow">http://googlecode.blogspot.com/2008/05/guido-van-rossum-rele...</a>