diff options
author | EuAndreh <eu@euandre.org> | 2020-10-14 11:47:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-14 11:47:20 -0300 |
commit | aca33868378e6aea5674c11c285271729fa4497c (patch) | |
tree | efea71ba5e511bf2e1b3cf6a7ba27514bcc001ca /_articles/2020-10-14-feature-flags-differences-between-backend-frontent-and-mobile.md | |
parent | feature flag article: proofreading (diff) | |
download | euandre.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.md | 3 |
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. |