best-of-lists / best-of-generator

🏆 Generates a ranked list of awesome libraries and tools.
https://best-of.org
GNU General Public License v3.0
74 stars 13 forks source link

Action shouldn't mark a project as "dead" #56

Open Andre601 opened 2 years ago

Andre601 commented 2 years ago

Marking a project as "dead" because of a lack of activity is IMO a bad approach for a best-of list. There can (and will) be cases where a project simply doesn't require that much maintenance. Either because the project doesn't have a lot of code to maintain (or none at all if it is about markdown or similar), the code is simple enough to not have a large chance of bugs appearing, or any used APIs/upstream stuff is stable enough to not cause too many bugs (and in most cases only bugs the upstream needs to fix).

Even if you now give the argument that issues and discussion activity are included in the repo being "active" is this still bad. Projects may have different places where they collect issues and discussions, be it because it's more central (Allowing multiple projects they have to keep one central issue tracker) or because it's what they used before. I myself saw a few projects that redirect issues through a separate page, so this isn't uncommon.

So, with this issue would I like to do two things:

Right now are you calling projects "dead" based on some arbitrary number that may not count towards all projects... And that should be changed in some way.