which metric(s) show the difference between object-oriented and procedural code
- by twieger
Which metric(s) could help to indicate that i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability, that the analyzed code contains procedural transaction scripts and an anemic domain model instead of following sound object-oriented design principles.
Would be happy about any set of useful metrics and tools for measuring.
Thanks, Thomas!