TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Evaluating Open Source: Beyond Stars, What Do You Look For?

3 pointsby keploy12 months ago
Hey HN community! Recently I&#x27;ve noticed a disconnect between GitHub stars and actual usability in some top-trending(#1) projects—no names, just a pattern I&#x27;ve observed. Stars don&#x27;t seem sufficient for gauging project quality. For instance, a new project with thousands of stars last week doesn&#x27;t work for many users(as per issues&#x2F;community channel).<p>When you evaluate open-source projects, what metrics matter to you? Do forks (suggesting active use and adaptations), the number of contributors (indicating a healthy development environment), or open issues (reflecting responsiveness and ongoing development) influence your decisions?<p>Keen to hear which metrics you find most reliable to get into a project.

3 comments

talldayo12 months ago
It depends on what you&#x27;re evaluating it for. Active contributors is generally the most important metric IMO, but there are a lot of projects that break that rule too.<p>More often than not I see these questions asked in the context of comparing Open Source solutions to B2B products with integration and continuous support contracts; you cannot really &quot;evaluate&quot; Open Source with expectations that high. Getting things to work well takes elbow-grease, and you can&#x27;t expect free work to materialize and solve every problem for you. You should go into most of these Open Source projects with the assumption it will take some dedicated research on your part to get it working properly.
评论 #40493146 未加载
viraptor12 months ago
Metrics are silly. Evaluate what you actually care about. Run the software and check if the features you care about when as you expect. Do a trivial implementation in the environment you want. There&#x27;s no single common indicator that will replace that.<p>If a project with no stars, no contributions for the last decade and no forks solves the exact use case your have in mind - are you going to skip it?
pamoroso12 months ago
Stars, forks, algorithmic rankings, or other popularity metrics are actually the least important things for me. Assuming a project does what I need, what I&#x27;m interested in is the availability of good documentation, how understandable the code is, when was the project last updated, and other clues that have little to do with popularity.
评论 #40493197 未加载
评论 #40493226 未加载