Skip to main content

One post tagged with "feature flags"

View All Tags

· 3 min read
Adam Gardner

Most feature flag explainers begin by explaining that feature flags are glorified if statements. While that’s true (to a point), feature flags wouldn’t be as versatile or as popular as they are, if that’s all they were. Indeed, you wouldn’t need a feature flag – you could easily achieve the same thing with an environment variable.