|
|
|
|
|
by phkahler
1034 days ago
|
|
A related part of the problem is apps that have a large number of dependencies. We should all be careful about which dependencies we use, keep that to a minimum, and try to use things with a stable API. The other part is library developers need to aim for backward compatibility so apps don't need to care so much about what specific version they're using. |
|