top | item 44577887

(no title)

fernvenue | 7 months ago

Thank you for sharing your perspective! You have prompted me to rethink this from the user's point of view. I believe we indeed need to first address the question of "how can we know if this project is still viable."

discuss

order

goku12|7 months ago

There is a solution that's already in use in the Python ecosystem (PyPI). Python projects have a classifiers field. Development status is one of the main types of classifiers. It has 7 stages starting from 'Planning' and ending in 'Inactive'. Honestly, this solution is elegant and simple to implement.

We could an issue for code forges including github to implement it such that it is shown as project metadata along side license, language, etc. Perhaps the project can be automatically marked as inactive if the maintainer(s) don't respond every 3 months or so (of course with provision to easily revert it).

[1] https://pypi.org/classifiers/

fuzzfactor|7 months ago

Well you might also need a mission accomplished banner but it needs to say something a little different than "mission accomplished".

It could even be something like a badge of honor for developers to strive for which needs to be earned. Like they have in industrial environments where they proudly post how many months or years they have gone without a serious injury.

Maybe people would respond positively to a prominent "safety notice", if I saw "No further defects found since July 2023" that would be more encouraging than not for a lot of projects.