Feature Management
3 documents
A/B testing
Features that may need experimentation SHOULD support variant assignment via an `ExperimentProvider` interface (`vari...
Debug mode
Apps MUST include a debug-only configuration panel (not in release builds):
ioskotlinmacostypescriptwebwindows
Feature flags
All features MUST be gated behind feature flags from initial implementation. Define a `FeatureFlagProvider` interface...
csharpkotlinswifttypescript