change propagation
Occurs when making a change to one part of a software system requires other system parts that depend on it to be changed as well. These dependent system parts can on their turn require changes in other system parts.
In this way, a single change to one system part may lead to a propagation of changes to be made throughout the entire software system.