15 ms·
I've only used GitHub Pull-Requests for that, and I guess it's the perfect way. Your friend could create one pull-request for each chunk of changes (better when
by goofed 11y ago
I've only used GitHub Pull-Requests for that, and I guess it's the perfect way. Your friend could create one pull-request for each chunk of changes (better when scoped to one feature), and then you go visit the PR to enter comments on his changes.
- piotrkaminski 11y agoIf you want something a bit better than GitHub pull requests, try out https://reviewable.io https://reviewable.io (disclosure: founder). That said, I don't know of any code review tools that let you make "suggested edits" for the reviewee's approval. Might be a neat feature for me to add to Reviewable!