objectionary / ideas

Here we keep ideas for future research in EO programming language and Polystat static analyzer
https://www.eolang.org
7 stars 0 forks source link

Find relevance between code metrics and code quality #24

Closed yegor256 closed 9 months ago

yegor256 commented 1 year ago

Let's analyze a large collection of public open source Java files in order to find out how class/method metrics correlate with the quality of code. For example:

We already have a collection of Java classes built: https://github.com/yegor256/cam Now, we should analyze the collected data an find interesting dependencies between them.