|
|
|
|
|
by api
1547 days ago
|
|
This is even a problem in software. People ignore projects that have not had GitHub commits recently, as if code (which is math) somehow becomes less valid over time. Yes a "dead" project can be problematic if you need it maintained and don't have the time to DIY, but sometimes something reaches a level of stability where it does not need to be constantly fixed. Something with a lot of users and few commits might be a positive indicator since it might mean there aren't a lot of bugs. |
|
Older C or C++ projects may be "standalone", but when built with the latest GCC or clang produce lots of warning messages and may be miscompiled courtesy of programmer vs optimiser. Older python programs may refuse to run under python3.
So while code does not rot, the GitHub project is unlikely to contain all the code for the project, and those external dependencies changing has much the same effect as rotting.
A still running CI would be a better indicator that the project works, but failing that, recent commits are the same signal.