|
|
|
|
|
by DCoder
3456 days ago
|
|
Isolation and reproduction. For one thing, you want the development environment to be as similar to production as possible – same OS version, same webserver version, same DB version, same dependencies, no unwanted extras that differ between environments. For another thing, you don't want to have to solve conflicts between project A and completely unrelated project T if you need to work on them both. |
|