Sunday, February 16, 2020

free eBook: Effective Feature Management


book coverEffective Feature Management eBook | LaunchDarkly

A feature flag is like a powerful “if ” statement:


if(enableFeature(one.click.checkout, {...}))
then /*show the one-click checkout feature */
else /* show the old feature/


Deploy != Release

Test in Production

Percentage Deployments

A/B Testing

...

No comments: