Comment on Principles for building and scaling feature flag systemsComments−sinuhe692yI know features flags like the flags of FF, but they are in fact config files. How does one realize dynamic control of features flags?Are they using a kind of logic to determine to turn on/off a feature or do they query a central database to know that?Can someone explain its basic mechanism? Thanks
Comments
I know features flags like the flags of FF, but they are in fact config files. How does one realize dynamic control of features flags?
Are they using a kind of logic to determine to turn on/off a feature or do they query a central database to know that?
Can someone explain its basic mechanism? Thanks