blob: 2f5329503a883eef819272a8da5d237d682083ff (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: "Feature flags: differences between backend, frontend and mobile"
date: 2020-10-12
layout: post
lang: en
ref: feature-flags-differences-between-backend-frontent-and-mobile
category: presentation
published: false
---
*This article is derived from a [presentation][presentation].*
When talking about [feature flags][feature-flags-article], I find that their
costs and benefits weight very differently if applied backend, frontend or
mobile, but those aren't always covered explicitly.
I'll try to make this distinction clear, with some final best practices I've
acquired after using them.
[presentation]: {% link _slides/2020-10-09-rollout-feature-flag-experiment-operational-toggle.slides %}
[feature-flags-article]: https://martinfowler.com/articles/feature-toggles.html
## Why feature flags
[apple]: http://www.paulgraham.com/apple.html
|