Do you know of any tools that help us measure coupling and cohesion in the system?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.).