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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Code Reviews Are Awesome Sometimes

2 点作者 beekums超过 8 年前

2 条评论

tedyoung超过 8 年前
This is spot on for why I dislike code reviews (though they're better than none at all) -- they either remain shallow, or take up so much time that it might have been better to just pair program it in the first place. And if the code review is being done remotely? Ugh.
Joky超过 8 年前
I don&#x27;t get it, this is presenting &quot;design review&quot; as an <i>alternative</i> to code review, while they fundamentally go together.<p>The problem described in this post with code reviews is when there has been a lack of design review in the first place and the reviewer at code review time had to deal with design questions!<p>Any large or complex change should start with a design review phase to have people agree on the right design, the code review with small incremental patch should be straightforward if developer and reviewer both know (and agree) with the end result in the first place.