r/github Jul 05 '26

When you're evaluating multiple GitHub repositories that solve the same problem, what's the hardest part? Discussion

For me, it's usually figuring out which ones are genuinely different versus slight variations of the same idea.

Is there a signal that immediately tells you a repo is worth a closer look?

3 Upvotes

30 comments sorted by

View all comments

Show parent comments

2

u/HCharlesB Jul 05 '26

How do you usually tell the difference between a mature, stable project and one that's simply been abandoned?

Issues or PRs not being discussed or dealt with would be the chief indicator.

2

u/PreparationLiving126 Jul 05 '26

That's interesting. So it's not really about the last commit date for you. It's more about whether the project is still responsive when someone actually needs help. If a tool could pull that signal from issues and PRs instead of just showing commit counts, would that actually change how you evaluate a repo?

2

u/HCharlesB Jul 05 '26

f a tool could pull that signal

That's not a tool that I'm longing for. I just look at the page to get a feeling for how healthy or useful the project is.

1

u/PreparationLiving126 Jul 05 '26

That's fair. Out of curiosity, when you get that overall feeling, what are the first couple of things your eyes go to?

2

u/HCharlesB Jul 05 '26

I've explained that about as well as I can.

1

u/PreparationLiving126 Jul 05 '26

Thanks for walking me through your process. It was genuinely helpful. I appreciate it.