How to Use Feature Flags

Published: Feb. 25, 2016, 6 a.m.

There are two basic types of feature flags: release toggles and business toggles. Release toggles are used for rolling out new features in continuous deployment. Business toggles allow for restricted user access such as through premium accounts. The simplest feature flags are boolean statements however they can be more.

The post How to Use Feature Flags appeared first on Complete Developer Podcast.