|
|
|
Ask HN: What information around commits and code would be useful?
|
|
1 points
by jpatil
4174 days ago
|
|
At tenXer we are working on tools to help development managers and developers identify software development problems and improve skills. We have been focused on getting information from project management tools to date but are now ready to look at commit level data from git. When I say commit level data, I am referring to things like identifying if someone is thrashing on a piece of code (writing a lot of lines and rewriting them right away), identifying commits that have touched really old code (probably want to check for regression defects), identifying huge pull requests (hard to review), etc. Here are a couple samples -> http://cl.ly/image/1e1d2b0a0f0m http://cl.ly/image/0F2X2u1A3R2w I was wondering if people had other thoughts around what might be useful information to extract. What might you want to know about your team based on their git activity? Thanks! |
|
I wonder if one could identify code vs configuration, maybe by pre-categorizing directory names.
Plus 'secure' certain files. E.g. a positive list of developers that is allowed to touch conversion-rates.csv. A warning after edit is still better than nothing.