User Tools

Site Tools


glossary:ripple_effect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
glossary:ripple_effect [2013-05-22 13:31] – created 2001:8d8:1fe:c:c402:9d58:a3b5:e847glossary:ripple_effect [2013-05-22 22:32] christian
Line 3: Line 3:
 ===== Definition ===== ===== Definition =====
  
-A **ripple effect** is +A **ripple effect** occurs when a change in one part of a system makes other changes in other parts of the system necessaary. 
  
 ===== Description ===== ===== 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 [[principles:low coupling]] (LC) and [[principles:high cohesion]] (HC) minimizes ripple effects although they cannot be avoided completely.
  
  
Line 13: Line 20:
 ===== Further Reading ===== ===== Further Reading =====
  
 +  * [[wp>Ripple Effect]] 
 +  * [[wiki>RippleEffectOftenUnavoidable]]
glossary/ripple_effect.txt · Last modified: 2021-10-20 20:17 by christian