From aca33868378e6aea5674c11c285271729fa4497c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 14 Oct 2020 11:47:20 -0300 Subject: feature flag article: Add note on automating feature flag creation --- ...14-feature-flags-differences-between-backend-frontent-and-mobile.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_articles') diff --git a/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md b/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md index 8b3b97a..c93ddd4 100644 --- a/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md +++ b/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md @@ -247,4 +247,5 @@ deleting/retiring a feature flags at the end of the development. ### Always rely on a feature flag on the app Again, there is no such thing "too small for a feature flag". Too many feature -flags is a good problem to have, not the opposite. +flags is a good problem to have, not the opposite. Automate the process of +creating a feature flag to lower its cost. -- cgit v1.2.3