Skip to content

alygee/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.

About

How compound variable names affect complexity of Java methods

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 84.2%
  • Python 7.3%
  • Ruby 3.9%
  • Makefile 2.4%
  • Java 2.2%