|
|
|
|
|
by dahfizz
2222 days ago
|
|
Sure, keeping a stack clean is always difficult. But I think OPs point was that programming in a container encourages a more fragile setup. On a native setup, you get a feel for the fact that X config file might be in different places, or that Y lib is more robust and more widely available than lib Z. You end up with a more robust application because you have been "testing" it on a wide range of systems from day one. |
|
I don't see how that point can be argued at all, particularly if the project is expected to be deployed with Docker.