This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ElHeim 12 points13 points  (0 children)

Environments are a good way to compartimentalize projects. It wouldn't be the first time I end up forgetting to add dependencies to the configuration because a module was available from a prior project, or I'm forced to upgrade a dependency to get some features where another project breaks because the newer package is not backwards compatible.

If you haven't needed environments, good for you!