Afferent Coupling at Module Level for C++ #672
Labels
Kind: Enhancement 🌟
Kind: Important 🥇
Level: Intermediate (3)
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 module is the number of types outside this module that depend on types within this module.
High afferent coupling indicates that the concerned modules have many responsibilities.
The text was updated successfully, but these errors were encountered: