How important is positive feedback in code reviews?
Posted
by
c_maker
on Programmers
See other posts from Programmers
or by c_maker
Published on 2012-10-11T14:11:26Z
Indexed on
2012/10/11
15:47 UTC
Read the original article
Hit count: 428
code-reviews
Is it important to point out the good parts of the code during a code review and the reasons why it is good? Positive feedback might be just as useful for the developer being reviewed and for the others that participate in the review.
We are doing reviews using an online tool, so developers can open reviews for their committed code and others can review their code within a given time period (e.g. 1 week). Others can comment on the code or other reviewer's comments.
Should there be a balance between positive and negative feedback?
© Programmers or respective owner