GithubHelp home page GithubHelp logo

Comments (2)

rohit-takhar avatar rohit-takhar commented on September 26, 2024

@vmarkovtsev Any update on this analysis? I am interested in contributing but I have never worked on go. If you can guide me, I can put some time in figuring this out.

from hercules.

vmarkovtsev avatar vmarkovtsev commented on September 26, 2024

I haven't even started this. You are welcome to contribute! Don't worry, the killer feature of Go is that you can start writing functional idiomatic code in 1 day or even less.

Here is what I expect:

  • We need to decide which code parsing library to use. Babelfish used to be a great option but it is no longer maintained. The neighbor analysis to collect imports/includes uses TreeSitter - that could be a fair replacement. Otherwise, maybe there are ready-to-use complexity measurement libs out there. This point will define the details of the following one.
  • internal/plumbing/complexity.go - depends on the line diff. We find which functions were modified, which places in the functions were changed, and try to estimate the complexity of those places. There is a ready analysis that already tells you which functions are new or changed based on Babelfish/UAST, but I am not sure we should use it now.
  • leaves/complexity_score.go - that guy depends on the new complexity calculator and records the complexity scores per developer. It depends on the Identity analysis.

from hercules.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.