# On the Relationship Between Coupling and Refactoring: An Empirical   Viewpoint

**Authors:** Steve Counsell, Mahir Arzoky, Giuseppe Destefanis, Davide Taibi

arXiv: 1908.01501 · 2019-08-06

## TL;DR

This study investigates how class coupling levels influence refactoring patterns in open-source software, revealing that developers do not significantly differentiate refactoring strategies based on coupling metrics.

## Contribution

It provides an empirical analysis of refactoring behaviors across different coupling levels using two specific coupling metrics, highlighting developer indifference to coupling levels during refactoring.

## Key findings

- No significant difference in refactoring types across coupling quartiles
- Refactorings aimed at reducing coupling are more common in lower coupling classes
- Lack of inheritance-related refactorings across systems

## Abstract

[Background] Refactoring has matured over the past twenty years to become part of a developer's toolkit. However, many fundamental research questions still remain largely unexplored. [Aim] The goal of this paper is to investigate the highest and lowest quartile of refactoring-based data using two coupling metrics - the Coupling between Objects metric and the more recent Conceptual Coupling between Classes metric to answer this question. Can refactoring trends and patterns be identified based on the level of class coupling? [Method] In this paper, we analyze over six thousand refactoring operations drawn from releases of three open-source systems to address one such question. [Results] Results showed no meaningful difference in the types of refactoring applied across either lower or upper quartile of coupling for both metrics; refactorings usually associated with coupling removal were actually more numerous in the lower quartile in some cases. A lack of inheritance-related refactorings across all systems was also noted. [Conclusions] The emerging message (and a perplexing one) is that developers seem to be largely indifferent to classes with high coupling when it comes to refactoring types - they treat classes with relatively low coupling in almost the same way.

---
Source: https://tomesphere.com/paper/1908.01501