|
|
|
|
|
by alexjurkiewicz
410 days ago
|
|
I think code retention charts will look similar for any major library in any language. Projects accrete code. You could instead consider: * How many major version releases / rewrites happen in this language? (This might be a sign of ecosystem instability.) * How much new code is replacing old code? (This might imply the language needs more bugfixes.) |
|
The retention charts show you how much new code is replacing old code, and you can see the releases/rewrites as the code gets replaced.