|
|
|
|
|
by stefanha
1311 days ago
|
|
I avoid "developer environments" because they are different from production environments and that leads to bugs that don't show until the application is in production. "But it worked in development" problems waste a lot of time. Putting "developer environment" in the name of this tool perpetuates bad practices. Any tool that constructs environments for applications should be general enough to handle both production and development. |
|
Does this suggest a bit of unknowns in Nix and Nix OS?