Here's how you can start using feature flags today
published 11/30/2019 | 7 min read | #feature flags#feature toggles#consul#etcd#zookeeper#software design#software
A feature flag is a technique to turn on/off a feature at any time without having to maintain separate branches for each feature, and then once merged, is on by default. It'll basically allow you to ship a product with a feature switched off, then switch it on again any time in the future.