Topic

software design

2 Devspedia articles tagged with software design.

November 30, 2019 · 1 min read

Here's how you can start using feature flags today

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.