DEV Community

Discussion on: 10 Lessons Learned Conducting Code Reviews

Collapse
 
raulingg profile image
Raul Robinson Quispe Mendez • Edited

This post is actually useful.

I had the opportunity of getting started to one team in code reviews.

I have two tips more to share them with everyone, which can helpful.

1 Priorities,
We had priorities with kind of issues such as security, performance, unreadable code, dry when it was needed, clean code we followed some patterns. This approach helped us so much.

2 Culture
Explain and make aware to your team the importance of this. Safety principle helps us feel safe when we make mistakes and learn from them. This principles must be permeated in all your team.

Collapse
 
jnschrag profile image
Jacque Schrag

I'm glad you found it useful! Setting priorities for dealing with PRs is a great idea, and creating a culture where people feel comfortable sharing their code and receiving feedback is absolutely critical.