DEV Community

Discussion on: How do you perform Code Reviews?

Collapse
 
xngwng profile image
Xing Wang

This is what worked for us:

  1. Simple features or quick fixes: It is just a pull request, and there has to be another person in the same team that takes a look at the diff and approved the pull request.

  2. Complex features or fixes that spans multiple repos, the a quick meeting with at least 2 other people. Simply walk through the code and talk about key decisions made and why (of course, some are in the comments).