DEV Community

Discussion on: 10 Lessons Learned Conducting Code Reviews

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Wow, it's a really awesome article :) I like the part of everyone reviews especially by allowing 2 people with junior developers to look at your code to become better at answering your logic and write better code.

Collapse
 
jnschrag profile image
Jacque Schrag

Thanks so much! It's been a really great practice. It gets them involved with the code review process from the perspective of a reviewer, which in turn leads to them writing better code on the first try (because they learn what to look for). Having to explain my choices and reconsider things I took for granted was an excellent bonus to implementing this rule, and it's made me change how I do a few things after realizing they could be done better.