SEApr 4, 2021

Code Reviews with Divergent Review Scores: An Empirical Study of the OpenStack and Qt Communities

arXiv:2104.01537v15 citations
Originality Synthesis-oriented
AI Analysis

This research addresses the problem of managing conflicting code reviews for software developers, providing empirical insights to improve review processes, though it is incremental as it builds on existing code review studies.

The study analyzed patches with divergent review scores in the OpenStack and Qt communities, finding that such patches account for 15%-37% of those with multiple scores, are integrated more often than abandoned, and often receive negative scores after positive ones in 70% of cases.

Code review is a broadly adopted software quality practice where developers critique each others' patches. In addition to providing constructive feedback, reviewers may provide a score to indicate whether the patch should be integrated. Since reviewer opinions may differ, patches can receive both positive and negative scores. If reviews with divergent scores are not carefully resolved, they may contribute to a tense reviewing culture and may slow down integration. In this paper, we study patches with divergent review scores in the OPENSTACK and QT communities. Quantitative analysis indicates that patches with divergent review scores: (1) account for 15%-37% of patches that receive multiple review scores; (2) are integrated more often than they are abandoned; and (3) receive negative scores after positive ones in 70% of cases. Furthermore, a qualitative analysis indicates that patches with strongly divergent scores that: (4) are abandoned more often suffer from external issues (e.g., integration planning, content duplication) than patches with weakly divergent scores and patches without divergent scores; and (5) are integrated often address reviewer concerns indirectly (i.e., without changing patches). Our results suggest that review tooling should integrate with release schedules and detect concurrent development of similar patches to optimize review discussions with divergent scores. Moreover, patch authors should note that even the most divisive patches are often integrated through discussion, integration timing, and careful revision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes