DEV Community

Discussion on: What's the most important factor to determine quality of an OSS Project ?

Collapse
 
idoshamun profile image
Ido Shamun

I usually go with stars and latest commits, if I am in doubt I check also the issues activity (when a issue was opened, resolved, etc)

Collapse
 
revskill10 profile image
Truong Hoang Dung

Thanks. Could you explain more why you consider those as the most important factors ?

Collapse
 
idoshamun profile image
Ido Shamun
  • Stars show the popularity of this repository in the community.
  • Latest commit show how active the contributors and members, sometimes I check the commits of other branches like dev because not always master is the main branch.
  • Issues show how active the community is

That's about it I think

Thread Thread
 
revskill10 profile image
Truong Hoang Dung

Too much issues also mean the instability of the project ?
Of course i prefer too much issues than having no issues at all. It just means that the project demand is high !

Thread Thread
 
idoshamun profile image
Ido Shamun

It means that demand is high as you say, I wouldn't say instability.
Take React as an example there are 276 opened issues there...

Thread Thread
 
revskill10 profile image
Truong Hoang Dung • Edited

Sure. Some maintainers are just lazy enough to close useless and out-of-date issues ;)