Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add complexity counter per author #148

Open
adam-waldenberg opened this issue Apr 18, 2017 · 0 comments
Open

Add complexity counter per author #148

adam-waldenberg opened this issue Apr 18, 2017 · 0 comments

Comments

@adam-waldenberg
Copy link
Member

Add a complexity counter to each author. This is an idea to add functionality to gitinspector to track the "average" complexity of the code commited by an author. This would help in giving us an indication of what kind of code an author has added. This would have to rely heavily on regexp in order to analyze statements and statement depth.

The source of the idea comes from the paper;
https://softwareprocess.es/pubs/feist2016VISSOFT-syntax-tree.pdf

Instead of tracking the AST, like the paper suggests, the idea is to track complexity of lines (depth, type of statement and other factors).

Should this information be tracked on the surviving lines only or on all the lines commited over time by an author ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant