#featuretoggle
Feature flags (or toggles/gateways) help ship granular releases, enabling gradual and safe rollouts.
If a feature misbehaves 🤕, check the feature gateways before the code.

#featuretoggle #releases
December 12, 2025 at 12:38 PM
Upon further inspections I think that FeatureToggle .NET can do this actually, so rather than loading configs, I'd probably go that route.
November 17, 2024 at 9:17 PM