yegor256 / names-vs-complexity

How compound variable names affect complexity of Java methods
https://www.yegor256.com/2015/01/12/compound-name-is-code-smell.html
9 stars 2 forks source link
elegantobjects java oop research research-project

latex License

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

Method:

The results of this research will be published.