|
|
|
|
|
by pca006132
171 days ago
|
|
But this doesn't solve dependency hell. If the functionalities were loosely coupled, you can already vendor the code in and manually review them. If they are not, say it is a db, you still have to depend on that? Or maybe you can use AI to vendor dependencies, review existing dependencies and updates. Never tried that, maybe that is better than the current approach, which is just trusting the upstream most of the time until something breaks. |
|
Will it be potentially more fragile and less featured? Sure, but it also will not bring in a thousand packages of dependencies.