Skip to content

Comment on Ask HN: Do you use a feature flag system? What does it look like?

Comments

I have feature flags for the different versions of my product. I can't change them live, I do make a build with specific flags enabled based on the env variables set on build (in .env files).

I simply use GulpJS with the removeIf plugin, which completely adds/removes the code of the feature.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.