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

Feature Request: Incorporate Git Change Data? #27

Open
handstandsam opened this issue Nov 25, 2024 · 1 comment
Open

Feature Request: Incorporate Git Change Data? #27

handstandsam opened this issue Nov 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@handstandsam
Copy link
Collaborator

Can we correlate git change data with migration data?

  • git change data tells you the places in the code (e.g. files) where folks are making changes
  • so from that you get a heap map of "which files are getting the most changes over the last X, e.g. year"
  • you take that data, then you run your invert scripts and so for every file (or module) you know:
    • how many things need to be fixed / improved in it
    • how many changes have been happening

This is all super important because if you have 100 files that need to be migrated, they're not all equal.

A file that's getting a lot of other changes is a hot file. The tech debt is constantly in people's way. It's super costly

@handstandsam handstandsam added the enhancement New feature or request label Nov 25, 2024
@handstandsam
Copy link
Collaborator Author

Maybe https://github.com/adamtornhill/code-maat could be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant