|
|
|
|
|
by taeric
402 days ago
|
|
Stability in that you don't want to take on a dependency that will throw a migration at you within the next decade. Or longer. You also don't want one that will introduce enabled sweeping features in the common path. Examples: Google's Guava for the migration department. Apache Commons would be a good example of how not to make life painful for users there. For sweeping features, Log4j introduced some pretty terrible security concerns. |
|