|
|
|
|
|
by 1ark
892 days ago
|
|
It is, when you know what you are doing, and your peers know what they are doing. If you are a Python/JS shop, even if you get your dependencies right, one dev has the wrong Python version (because they didn't update), or wrong NPM version because they just joined the company and downloaded the latest obscurely incompatible version (because one of your deep dependencies breaks the build process). True stories from the battlefield. Of course other environments might have it easier. Containers can solve some of that pain (with other pain!). |
|