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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Code Reviews: Just merge it already!

7 点作者 cmorgan8506超过 7 年前

3 条评论

Osiris超过 7 年前
At one job I had we have team members up to 2pm the day after the review was requested to respond. If no one responded by that time we were allowed to merge it. This solved the problem of often waiting for days for a review and the review being lack luster.
评论 #16378497 未加载
squiguy7超过 7 年前
As with all things in life, it&#x27;s about balance. I have been more than happy to review other&#x27;s code because I see it as more than just a critique. Often times it is also a learning opportunity by seeing their style or approach for example.<p>I have forced myself to be critical of my own code before others and try to keep it that way when it comes to reviews. There should be a standard of what to look for from language to language. This helps avoid style bike shedding with formats or naming.
评论 #16378289 未加载
jghefner超过 7 年前
I worked with someone who was definitely the nitpicker. He would even nitpick PRs that he wasn&#x27;t a reviewer on and would happily unwind a merged PR just because he hadn&#x27;t had a chance to review it first.<p>Many of the things that are often nitpicked can be automated with tools like linters. This really helps cut down on the pain of code reviews for both the author and the reviewer.