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.

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

3 pointsby pooktrainabout 6 years ago
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

cerberusssabout 6 years ago
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.