aravindk2604 / coupling_cohesion_eval

To evaluate coupling and cohesion metrics on various C++ examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coupling_cohesion_eval

To evaluate coupling and cohesion metrics on various C++ examples

How to contribute

There are four branches:

  • coupling_good
  • coupling_bad
  • cohesion_good
  • cohesion_bad

The aim is to have sufficient examples for all the four types (mentioned as branches) and evaluate the thrsehold metrics for Coupling and Cohesion

Please work on the appropriate branch and contribute
Create a pull request for review and to merge on the master branch

About

To evaluate coupling and cohesion metrics on various C++ examples

License:BSD 2-Clause "Simplified" License