Code review #54
Closed
malor
started this conversation in
Теми для подкасту
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://abseil.io/resources/swe-book/html/ch09.html
In my experience, code review creates more problems than it solves. Code review is only good when developers work mostly in an asynchronous way and in different time zones. But in most cases, developers are working in the same team, on the same project at the same time and code review is only a way to avoid exchanges with colleagues. Nowadays, code review is a cargo cult.
Most of the time code review should be replaced by pair programming or better still ensemble programming (also known as mob programming). In that way, you have at least two people working on the same piece of code and you always have: knowledge sharing, both business and technical knowledge; proof-reading; developing cohesion and team spirit
Beta Was this translation helpful? Give feedback.
All reactions