Coupling (computer programming): Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: hdl added to citation with #oabot.
m linking
Line 47:
# A change in one module usually forces a [[ripple effect]] of changes in other modules.
# Assembly of modules might require more effort and/or time due to the increased inter-module dependency.
# A particular module might be harder to [[code reuse|reuse]] and/or test because dependent modules must be included.
 
== Performance issues ==