aboutsummaryrefslogtreecommitdiff
path: root/_slides
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-12 14:46:06 -0300
committerEuAndreh <eu@euandre.org>2020-11-12 14:49:02 -0300
commit3879163e0e87405179f497f9c78f47ef0c3358e1 (patch)
treee222c4c9b3e1485c4b96512d960806a78ec4a094 /_slides
parentAdd next paradigm article (diff)
downloadeuandre.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.slides14
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
---