aboutsummaryrefslogtreecommitdiff
path: root/_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-14 11:47:20 -0300
committerEuAndreh <eu@euandre.org>2020-10-14 11:47:20 -0300
commitaca33868378e6aea5674c11c285271729fa4497c (patch)
treeefea71ba5e511bf2e1b3cf6a7ba27514bcc001ca /_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md
parentfeature flag article: proofreading (diff)
downloadeuandre.org-aca33868378e6aea5674c11c285271729fa4497c.tar.gz
euandre.org-aca33868378e6aea5674c11c285271729fa4497c.tar.xz
feature flag article: Add note on automating feature flag creation
Diffstat (limited to '_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md')
-rw-r--r--_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md3
1 files changed, 2 insertions, 1 deletions
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.