Search posts, tags, users, and pages
Matt M
Software Engineer
If you regularly deploy code to multiple environments, you may have considered implementing feature flags. A feature flag is a way to turn on or turn off a particular feature or implementation — without using code. For example, you may want new user...
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Nice write-up. Feature flags are definitely nice to have to make the app scalable and testable.
Thanks Diego! Absolutely, they provide great value for both developers & product owners and/or business analysts - especially if there is a need for some basic A/B testing.
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Nice write-up. Feature flags are definitely nice to have to make the app scalable and testable.