Hi, On Fri, Jan 17, 2014 at 12:33 PM, Felix Meschberger <[email protected]> wrote: > Carsten wrote: >> From some use cases, it seems that the positive case is very common: if a >> feature is enabled, resources a visible (positive = visible). And if the >> feature is not enabled, the resources are hidden. > > That *is* IMHO the one and only case for feature flags with respect to > resources....
What if you want a feature flag to cause a switch between two resources? Resource A is visible only if SomeFeature is not active. Resource B is visible only if SomeFeature is active. A and B are never visible simultaneously. Having to create multiple related features for that would be a pain. -Bertrand
