Question

Do you know of any tools that help us measure coupling and cohesion in the system?

Était-ce utile?

La solution

You can try static code analisys tools

Depending on the language you use you can use Tools to get several information from static analisys. Personally I use free tool Source Monitor to collect information such as Number of calls and Methods/Class that shows you something related to coupling and cohesion.

You can use Quality Check Tools to (FxCop, Checkstyle, PMD, etc.).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top