How can organizations encourage a focus on the impact of code on maintenance, performance, and consistency during code reviews?
Follow the DEVteam for more discussions and online camaraderie!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
It is important to foster a constructive feedback culture and let code reviews be seen as an opportunity to learn rather than devs feeling like a code review is a crucifying event where they are the victims.
There was a good post on this by @scastiel a few months ago
dev.to/scastiel/13-tips-for-better...
I suspect if you find yourself doubting the usefulness of code reviews, you've probably had bad reviewers not focusing on the important things...
For my part I find that code reviews:
That's just a few things off the top of my head.
With the wrong kind of feedback (uninformative, terse, accusatory), code review can turn into a flex- and blame- game. That's not a problem with CR - it's something to address with the participants...
Very important because they give everyone an indication of the level of coding a developer has and what areas they can improve in. This will help the team overall and increase everyones coding ability.