User Tools

Site Tools


glossary:ripple_effect

This is an old revision of the document!


Ripple Effect

Definition

A ripple effect occurs when a change in one part of a system makes other changes in other parts of the system necessaary.

Description

Bad system design and especially high couplings make the system fragile. A small change in one part of the system breaks existing functionality which is logically unrelated to the change. In order to keep the system working, further changes are necessary. these changes in turn may impose even more changes and so on. The change ripples through the whole system. Small changes have large effects just like throwing a tiny stone into the water creates ripples spreading all over the pond.

Such ripple effects need to be avoided as they increase the effort for making changes. Furthermore they impose plenty of possibilities for introducing defects. Making all the necessary changes correctly and not forgetting some of them is error prone.

Strictly following the principles low coupling (LC) and high cohesion (HC) minimizes ripple effects although they cannot be avoided completely.

Other Definitions

Further Reading

glossary/ripple_effect.1630581279.txt.gz · Last modified: 2021-09-02 13:14 by 65.21.179.175