rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Code Complexity Analysis #21

Open gaurav21r opened 8 years ago

gaurav21r commented 8 years ago

Empirical Analysis of Code Complexity and Readability isn't very popular amongst most open source projects. However, there the basic concept and tools don't seem to be that different than that of say, a linter.

This https://github.com/jared-stilwell/escomplex seems to be the most popular and wholesome tool out there.

Code Complexity is also subjective and I don't think we can simply state something like Readability for this project should be > 70 or PRs won't get merged!

We need to do a bit more research on which large scale projects are using these tools and how they are using it. Can be pushed back to later!