|
|
|
|
|
by rudian
1664 days ago
|
|
> It's why we get things like Deno, which attempt to throw all this cruft away and start again Doubt. Your "something@v1.2.3" in Deno is no different than "something": "^1.2.3" in npm. The problems will appear when you update stuff. The only thing benefiting deno currently is the clean slate and the lack of hacks (for now). |
|
However if the argument is: updating libraries break stuff, that is gonna happen every time in every language. There is no guarantee the next version will just work as the last one did