A feature flag is a simple concept, basically having a key/value pair where the key is a feature name and the value a boolean indicating if the feature is enabled or not. It is a good practice to put your features behind a feature flag, especially on mobile where the software is distributed, not deployed.… Continue reading Building Feature Flags Using Property Wrappers