diff options
author | EuAndreh <eu@euandre.org> | 2020-11-12 14:46:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-12 14:49:02 -0300 |
commit | 3879163e0e87405179f497f9c78f47ef0c3358e1 (patch) | |
tree | e222c4c9b3e1485c4b96512d960806a78ec4a094 /_slides | |
parent | Add next paradigm article (diff) | |
download | euandre.org-3879163e0e87405179f497f9c78f47ef0c3358e1.tar.gz euandre.org-3879163e0e87405179f497f9c78f47ef0c3358e1.tar.xz |
rollout slides: Add 2 slides talking about trade-offs on each platform
Diffstat (limited to '')
-rw-r--r-- | _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides index 6a8c1cd..a716ae9 100644 --- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides @@ -205,6 +205,20 @@ But it is easy to fallback to "reload the page and try again". --- +## Weighting costs × benefits + +The less control we have, the more we value dynamicity + +--- + +## Weighting costs × benefits + +- backend: sometimes worth the cost +- frontend: almost always worth cost +- mobile: **always** worth cost + +--- + # Best practices --- |