Relative Content

Tag Archive for production

Environment-aware Code

There are situations where the deployed environment (development, test, or production, for example) might dictate the outcome of certain actions.

Environment-aware Code

There are situations where the deployed environment (development, test, or production, for example) might dictate the outcome of certain actions.

Full production build in source control for easy rollbacks?

I want a quick way to roll back our production build in the event of any mishaps – a one-click solution, if you will. My gut is telling me that this is important – and I believe that my gut is correct, but I want implementation advice.