yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 38 forks source link

rename metrics to AllCaps format #237

Closed yegor256 closed 6 months ago

yegor256 commented 7 months ago

Let's make a test that will check that all metrics in the metrics/ directory produce metric names that match this regexp: ^([A-Z][A-Za-z]*)+$. Also, we will have to rename many metrics.

MoromugHSE commented 7 months ago

@yegor256 some metrics we are getting from jPeek are suffixed with "-cvc" to explain that they are measured differently from the original ones -- do we have to rename them? Or would it be better to include that suffix in the regexp and leave them as-is?

yegor256 commented 7 months ago

@MoromugHSE I suggest we rename them to LCOM5c, etc.