|
|
|
|
|
by necovek
1332 days ago
|
|
"Over the shoulder" reviews sound like they are halfway between code reviews and pair programming. Code reviews usually mean someone taking an independent look at their own pace, though quick turnaround is always great. You can get classic reviews by simply mandating approvals on pull requests on any system you are using. You can also get halfway with screen sharing developer's IDE, though if a reviewer doesn't get to easily jump around the codebase, it's not really the same thing (though it's equivalent to what you've been doing in person). I found screen sharing to work well for pair programming, so I don't see why it wouldn't work for live reviews either. |
|
Problem with remote live reviews is that in a remote environment, it's harder to tell if someone is free or they are doing their own deep work.
Either the developer has to wait for the review to be done asynchronously before the merge... or ping someone to review their code through a screenshare and take away their attention.