Hey folks, I want to talk to my coworkers about great pull request reviews. I'd love to see what samples you all might have.<p>Please share links to any great reviews of PRs, especially if the codebase is open source and I can see everything.
This isn't what you asked for, but any time I need to explain to somebody what good code review is, I just tell them to watch this video[0]: "Beyond PEP8 - Best practices for beautiful intelligible code" by Raymond Hettinger.<p>[0]: <a href="https://www.youtube.com/watch?v=wf-BqAjZb8M" rel="nofollow">https://www.youtube.com/watch?v=wf-BqAjZb8M</a>
Here is some documentation about how google does their reviews. I think it is pretty good <a href="https://github.com/google/eng-practices/blob/master/review/reviewer/index.md" rel="nofollow">https://github.com/google/eng-practices/blob/master/review/r...</a>