by clusmore on 3/10/2021, 12:12:05 AM
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.
by muffa on 3/11/2021, 6:41:44 AM
Here is some documentation about how google does their reviews. I think it is pretty good https://github.com/google/eng-practices/blob/master/review/r...
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.
Please share links to any great reviews of PRs, especially if the codebase is open source and I can see everything.