I have literally never looked at github stars as a measure of quality or had it affect my decision. I have looked at git logs, websites, issues, etc. But I would be genuinely worried if someone used github stars as an indication. So many honestly stupid projects have a lot of stars, and stellar ones have next to none.
proof here. The top are taken by chinese educational repos. Elastic Search and Spring Boot are the only projects actually used by anyone in the top 10. But why would I trust the stars for spring boot over the fact its used in every java shop on the planet?
I came to a similar conclusion - that GitHub benefits from a network effect similar to social media. I would really like to leave GitHub, but it's where stuff is happening. Any company seriously looking to replace GitHub should pay some attention the social network aspect of it.
ecshafer|27 days ago
https://github.com/EvanLi/Github-Ranking/blob/master/Top100/...
proof here. The top are taken by chinese educational repos. Elastic Search and Spring Boot are the only projects actually used by anyone in the top 10. But why would I trust the stars for spring boot over the fact its used in every java shop on the planet?
dirkc|27 days ago
ashishb|27 days ago
cedws|27 days ago
ashishb|27 days ago
Indeed. And I would say it is not just social signals but even non-social authority signals.
E.g. how many other projects depend on this projects and how many downloads happen for its artifacts.
You can see some of these on package registries like npm and pypi where their authority signals help people choose between the right libraries.