TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Peer code review: do you do it? what you use?

5 点作者 sbarysiuk超过 13 年前
For a few last days an idea about peer code review tool is living in my head. The story is simple.<p>I have a startup and a team is growing pretty fast. To keep up a good quality of code we need to review the code but I didn't find a tool that is simple and intuitive (and in the cloud).<p>There are some solutions from Atlassian and SmartBear but they are too complex (I believe) and expensive for a startup. There are also some free and open source tools that looks like open source tools - ugly and non-intuitive (like Rietveld). ReviewBoars seems to be the best but is still not that I was looking for.<p>In addition to that there are built-in "comments on commits" functions at GitHub and BitBucket that can be used as code review tool.<p>So, my question is do we need one more tool that will be different from what I described? Main points are: - simple to jump in - cloud based - interactive and real time - seamless integration with GitHub and BitBucket - cheap for a startup<p>Do you think startups and small/mid-size companies need this? Do you think it will get some traction? Does it solve a real problem? What are the most important features if it does?<p>Appreciate your thoughts.

2 条评论

mesec超过 13 年前
If you use Git, check out Gerrit:<p><a href="http://code.google.com/p/gerrit/" rel="nofollow">http://code.google.com/p/gerrit/</a><p>Open source, not too difficult to configure. Written in Java, requires Tomcat (or similar) to run. I think Android "organization" within Google uses it.<p>EDIT: It's not cloud-based. Sorry.
评论 #3263340 未加载
tombell超过 13 年前
GitHub pull requests.