|
|
|
|
|
by w_t_payne
4574 days ago
|
|
Great post. We use Gerrit code review, with side-by-side reviews. I.e. the developer pushes to Gerrit, then sits down with the reviewer and walks him through the code. 99% of the bugs are found by the original developer -- after he is forced to explain what he did (and why) to a colleague. I think that this gets you at least some of the benefits of both approaches. |
|
I'd be curious to hear how the day-to-day schedule ends up working out between developers, since the review process is synchronous in this case.