|
|
|
|
|
by mrozbarry
841 days ago
|
|
The biggest thing is people have bad experiences with reviewers, and people have a lot of insecurity when their work is scrutinized. The biggest issue with code reviews as a process is it's always positioned as being adversarial. Often, you set up a pull/merge request, and someone later does a review, but it's not personal, it's cold and blunt data. Even with a reviewer who has the best intentions, it's tough. Pair programming and review can _help_ with this. Sit with the person who wrote the code, and review together. I'm with you, code reviews are great for learning, but like you said, you need to see it as a tool to help you succeed and learn, and not as a tool to show you how you're wrong. |
|