Feature Flags are just if Statements, Right?
· 4 min read
Most feature flag explainers begin by explaining that feature flags are equivalent to environment variables.
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.