Design patterns·The named ways it goes wrong
the same class is edited for tax rules, for the export format and for the retry policy, by three different people.
Divergent change
Also calleddivergent change smell, one class many reasons
One module changing for several unrelated reasons, meaning several responsibilities have collected in it. It is the single-responsibility principle stated as an observation rather than a rule, and the evidence is in the version history rather than the code. Splitting along the lines the commits reveal is more reliable than splitting along the lines a diagram suggests.