Pith. sign in

Tracing the Lifecycle of Architecture Technical Debt in Software Systems: A Dependency Approach

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Architectural technical debt (ATD) represents trade-offs in software architecture that accelerate initial development but create long-term maintenance challenges. ATD, in particular when self-admitted, impacts the foundational structure of software, making it difficult to detect and resolve. This study investigates the lifecycle of ATD, focusing on how it affects i) the connectivity between classes and ii) the frequency of file modifications. We aim to understand how ATD evolves from introduction to repayment and its implications on software architectures. Our empirical approach was applied to a dataset of SATD items extracted from various software artifacts. We isolated ATD instances, filtered for architectural indicators, and calculated dependencies at different lifecycle stages using FAN-IN and FAN-OUT metrics. Statistical analyses, including the Mann-Whitney U test and Cliff's Delta, were used to assess the significance and effect size of connectivity and dependency changes over time. We observed that ATD repayment increased class connectivity, with FAN-IN increasing by 57.5% on average and FAN-OUT by 26.7%, suggesting a shift toward centralization and increased architectural complexity after repayment. Moreover, ATD files were modified less frequently than Non-ATD files, with changes accumulated in high-dependency portions of the code. Our study shows that resolving ATD improves software quality in the short-term, but can make the architecture more complex by centralizing dependencies. Also, even if dependency metrics (like FAN-IN and FAN-OUT) can help understand the impact of ATD, they should be combined with other measures to capture other effects of ATD on software maintainability.

fields

cs.SE 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

Descriptor: C++ Self-Admitted Technical Debt Dataset (CppSATD)

cs.SE · 2025-05-02 · conditional · novelty 6.0

CppSATD introduces a large C++ comment dataset in which 13,044 comments were confirmed as self-admitted technical debt by human annotators and the remainder were labeled NON-SATD largely by pattern-based inference.

citing papers explorer

Showing 1 of 1 citing paper.

  • Descriptor: C++ Self-Admitted Technical Debt Dataset (CppSATD) cs.SE · 2025-05-02 · conditional · none · ref 25 · internal anchor

    CppSATD introduces a large C++ comment dataset in which 13,044 comments were confirmed as self-admitted technical debt by human annotators and the remainder were labeled NON-SATD largely by pattern-based inference.