Ed Zynda

Coder | Hacker | Superhero

Simple Environment Variable Based Feature Toggles

Posted on · Tagged in

There’s a lot of talk about continuous delivery in software development these days. One core concept of continuous delivery is “Deploy early and deploy often.” Rather than deploy an entire application once it’s complete, you should be pushing many small features as they come. There are many benefits to this but it isn’t without risk. Using a software version controll system like git can make working on code in teams easy but can just as easily turn into a nightmare when there are too many active branches from the master branch in the repository.…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.