Code Reviews

Individual code ownership is an anti-pattern. The team owns the code, not the person who wrote it. Code reviews are about learning together, increasing code quality and adhering to team decisions, not about individual feedback. Be kind, suggest improvements, help new team members. The code is shared and everyone is responsible for the quality.

Comparable to Design critique

No related notes