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.

Code Reviews Are Awesome Sometimes

2 pointsby beekumsover 8 years ago

2 comments

tedyoungover 8 years ago
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.
Jokyover 8 years ago
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.