Design Metrics
- Tags
- soft-eng
A class of metrics aimed around the high-level [see page 27, design] of a system. Examples of design considerations include:
- Weighted methods per class.
- Depth of the inheritance tree.
- Number of children.
- Coupling between object classes.
- Cohesion in methods.