DEV Community

Discussion on: How do you code review?

Collapse
 
gsandec profile image
Gustavo Silva • Edited

I decided to repost here an article that helped a few developers in the past.

This is related to Pull Requests but it may add value to some of you too!

A few tips:

  • Common pitfall: do not review a PR with the author
  • Your comments should be directed at the code, never the author.
  • Optimize for readability, because that is where you and your teammates will spend most of your time.