Ask HN: What is a common PR review time at your company?
32 points by ericyd 8 days ago
I find myself frequently frustrated by waiting for PR reviews. There is tons of writing on the internet about short review times being better for productivity, and lots of tips-n-tricks for how to reduce PR review time.
I've started to consider that my expectations are just wrong. I'm curious what other experiences are like. What is an average duration range for your PRs to get approved or changes requested? I'm totally fine with anecdotal responses.
As a reviewer... it really, really depends on how trivial or gnarly the PR is.
If it's a simple change that is obviously correct, I'll try to unblock the author ASAP - often within minutes, even if it interrupts my flow.
If it's a giant PR with lots of risky changes in vital code, an awkward-to-unreadable diff, and/or maddeningly questionable design/coding decisions that require me to think a lot and compose some nuanced, reasoned comments to steer you in a better direction, then, well, you might find yourself nagging me for a review 2 days later. (And I'll probably ask you to split up PRs like this in future, e.g. to separate major refactoring from any logic changes.)