How I Assess Open Source Libraries
nesbitt.io·4d·
Discuss: Hacker News
📊Code Metrics
Preview
Report Post

I was recently invited to give a guest lecture at Justin Cappos’s Secure Systems Lab at NYU on how to assess open source software, which forced me to articulate what I actually look at after a decade of building tools that analyse dependencies across package ecosystems.

What I look for

When I’m deciding whether to adopt a library, the first thing I check is how many other packages and repositories depend on it. This single number tells me more than almost any other metric. High dependent counts mean the library works, the documentation is good enough to figure out, the API is stable enough that people stick with it, and there are enough eyeballs that problems get noticed.

It’s wisdom of crowds applied to software. Thousands of developers have…

Similar Posts

Loading similar posts...