The Artima Developer Community
Sponsored Link

.NET Buzz Forum
A terminology lesson regarding coupling

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Raymond Lewallen

Posts: 312
Nickname: rlewallen
Registered: Apr, 2005

Raymond Lewallen is a .Net developer and Sql Server DBA
A terminology lesson regarding coupling Posted: Jul 14, 2005 3:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Raymond Lewallen.
Original Post: A terminology lesson regarding coupling
Feed Title: Raymond Lewallen
Feed URL: /error.htm?aspxerrorpath=/blogs/raymond.lewallen/rss.aspx
Feed Description: Patterns and Practices, OOP, .Net and Sql
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Raymond Lewallen
Latest Posts From Raymond Lewallen

Advertisement

Here are two terms that must not be used much, even though most of you know the concept.  I mentioned them on this post of Jeffrey’s, and am responding to a comment left asking for explaination of these two terms.

Afferent coupling

  • The number of types that depend on a particular type within the same assembly.

Or/Also

  • The number of types outside an assembly that depend on types within the assembly.

High afferent coupling is an indication of a highly responsible type or assembly.

 

Efferent coupling

  • The number of types that a particular type depends on within the same assembly.

Or/Also

  • The number of types inside an assembly that depend on types in another assembly.

High efferent coupling is an indication of a highly dependant type or assembly.

Read: A terminology lesson regarding coupling

Topic: ASP.NET 2 Menu Control Gotcha Previous Topic   Next Topic Topic: Software Development Life Cycle Models

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use