which metric(s) show the difference between object-oriented and procedural code

Posted by twieger on Stack Overflow See other posts from Stack Overflow or by twieger
Published on 2010-03-19T22:24:47Z Indexed on 2010/03/19 22:31 UTC
Read the original article Hit count: 656

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!

© Stack Overflow or respective owner

Related posts about metrics

Related posts about object-oriented-design