|
|
|
|
|
by swiftcoder
51 days ago
|
|
> Lots of teams and developers do code review wrong In this sense, I'm not sure I've ever seen a team that does codereview "right". In the before times, most PR feedback was stylistic, with the occasional bug identified. Now that we have ubiquitous auto-formatters/linters/CI, most PR review falls into either "you misunderstood the spec", or "I disagree with your architectural choices" - and my personal feeling is that your process ought to catch both of those well before the PR stage |
|
I think that only speaks for your own experience. I have definitely seen more than a few PRs that needed significant work.