Skip to content

Afferent Coupling at Type Level for C++Β #671

@mcserep

Description

@mcserep

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions