qosf / qosf.org

Web portal of Quantum Open Source Foundation
https://qosf.org/
Creative Commons Zero v1.0 Universal
120 stars 89 forks source link

CC on evaluation page #23

Open amirebrahimi opened 4 years ago

amirebrahimi commented 4 years ago

On the page there is only CC for python because it is mentioned that other languages do not provide for a fast retrieval. Can you expand on that?

It seems that there are many tools to evaluate CC for other languages (e.g. JavaScript should be equally as fast as python IMO): https://github.com/topics/cyclomatic-complexity

Another great resource that is free to use for OSS is CodeScene and provides more useful metrics beyond CC: https://codescene.io/

markf94 commented 3 years ago

Hi @amirebrahimi! Yeah the problem back then was that we couldn't find a program that would run consistently on all these various repos (e.g. all C++ repos). May I ask if you would be interested in helping us get this off the ground and update the software evaluation page?