Category: Software, Database

by In the disruptive world, business wants to experiment a feature for a time period in production, operational team inspect a feature with resource consumption, developers want to be up to date with trunk branch while their development spans for a long time.

It can be solved by toggle points protected and accessed on demand which is called feature flags.

It can also be done by activation strategy, like when this condition meets, activate the flag.

It can also be done by injecting the feature manager to the class which has the provision to check

Related Articles