Vite was an outlier in an ownership concentration analysis of 26 OSS projects #22655
SushantVerma7969
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Interesting work. The result doesn't surprise me too much, since Vite has a fairly modular architecture and a review culture that spreads knowledge across contributors. That said, I think commit history alone misses a few important aspects of ownership:
So I'd view ownership concentration as a useful signal rather than a proxy for bus factor or code understanding. It would be interesting to combine commit history with review participation and recency weighting to get a more complete picture. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built a CLI called git-archaeologist that measures ownership
concentration from git history. I ran it across 26 major OSS
projects as a benchmark.
Vite stood out in the dataset: despite having 236 contributors, only 1 module crossed the ownership concentration threshold used in the report. Most projects in the dataset
had several.
Full report with methodology and raw data:
https://sushantverma7969.github.io/git-archaeologist/
I'm aware the metric measures historical commit activity
concentration, not who actually understands the code — that
limitation is documented in the report.
Curious whether this matches what you observe maintaining Vite, and what important factors this methodology might be missing.
Beta Was this translation helpful? Give feedback.
All reactions