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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you balance code reviews and your own deep work?

3 点作者 pooktrain大约 6 年前
Lately, I&#x27;ve been struggling with how to best balance code reviews and doing my own work, especially when my work is thinking-intensive. When I have some difficult proof-of-concept or research to do, it can be tough to get in the zone if I have to do a lot of back-and-forth with someone when reviewing their code.<p>I tried to batch this work into certain time frames, but that was bad for both me and the author of the PR - if there was a large amount of discussion, I&#x27;d be slow to respond if I had passed my pre-determined time to do that work, and this problem would compound as PR reviews started to gather in my inbox.<p>Today, I tried something totally different - attack every review as soon as possible, and look at each new commit submitted to each review as soon as possible, and respond as soon as possible to threads, which was good in that my queue stayed clear and I didn&#x27;t have to reload the context of the PR into my brain.<p>This was possible today because I was doing some work where I&#x27;d already figured out the tough parts, so I&#x27;m just gliding through the implementation.<p>I&#x27;m curious how other people think about this problem, and if anyone has some suggestion for a middle ground here, and maybe for different kinds of schedules depending on the nature of the work I&#x27;m doing at the time. Thanks!

1 comment

cerberusss大约 6 年前
At a previous client, we&#x27;d use a Scrum board. All tasks are written on post-it notes, and divided in columns: design, implement, review and test.<p>Thus, one could pick up code reviews whenever appropriate.