Afferent Coupling at Type Level for C++ #671
Labels
Kind: Enhancement 🌟
Kind: Important 🥇
Level: Moderate (2)
Plugin: C++
Issues related to the parsing and presentation of C++ projects.
Plugin: Metrics
Issues related to the code metrics plugin.
Milestone
Coupling is metric which can be computed for structural units at different levels (e.g. classes, namespaces, modules).
It measures how many other entities an entity depends on; and how many dependants it has.
The Afferent Coupling for a particular type is the number of types that depends directly on it.
High afferent coupling indicates that the concerned types have many responsibilities, while a zero value could indicate unused code.
The text was updated successfully, but these errors were encountered: