Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

yegor256/names-vs-complexity

Repository files navigation

latex License

Hypothesis: Java methods that contain variables with compound names tend to have larger cyclomatic complexity.

Method:

  • We take many big and popular Java repositories from GitHub
  • For each Java method we calculate: CC and count of compounds vars
  • We draw a graph: x is CC, y is the count
  • We make a conclusion about a correlation between them two

The results of this research will be published.