Live data from Hacker News

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

news.ycombinator.com

11–12 of 12 posts

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

#12
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.

Post reply on HN