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

Metric: Code hotspots #34

Open
chrisma opened this issue Jul 29, 2021 · 1 comment
Open

Metric: Code hotspots #34

chrisma opened this issue Jul 29, 2021 · 1 comment
Labels
feature A new feature/functionality low priority

Comments

@chrisma
Copy link
Member

chrisma commented Jul 29, 2021

As a team coach, I'd like to gain an insight into the parts of the code that my team focused on during a sprint, i.e. the code hotspots / code churn. This allows me to better understand what the team worked on and to compare the perceptions of team members regarding their changes with the view based on development data.

For example, a sprint could be focused on mostly working on database-focused stories, in which case I would assume changes mostly in the backend files. A sprint focused more on various refactoring would tend to touch many more different files.

Possible measurements:

  • Overall number of changed files, overall code churn (sum of lines added & deleted)
  • Ranking of files, ordered by amount of times they were changed in sprint commits or by code churn
  • Ranking of folders, ordered by amount of times that contained files were changed in sprint commits or by code churn
@chrisma chrisma added feature A new feature/functionality low priority labels Jul 29, 2021
@chrisma
Copy link
Member Author

chrisma commented Jul 29, 2021

This is a metric not based on our collected data sets, so it should have low priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature/functionality low priority
Projects
None yet
Development

No branches or pull requests

2 participants