diff options
author | EuAndreh <eu@euandre.org> | 2020-10-11 12:51:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-11 12:51:46 -0300 |
commit | 4e2498905cc2455515eccd33325686e03fab92f8 (patch) | |
tree | 8cf6b199313a2e3755721dc15dcc386140022f50 /_articles | |
parent | Add TIL entry on searching the Git log for a filename pattern (diff) | |
download | euandre.org-4e2498905cc2455515eccd33325686e03fab92f8.tar.gz euandre.org-4e2498905cc2455515eccd33325686e03fab92f8.tar.xz |
WIP feature flag article
Diffstat (limited to '_articles')
-rw-r--r-- | _articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/_articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md b/_articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md index 00d56f0..2f53295 100644 --- a/_articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md +++ b/_articles/2020-10-12-feature-flags-differences-between-backend-frontent-and-mobile.md @@ -8,19 +8,21 @@ category: presentation published: false --- -*This article is derived from a [presentation]({% link _slides/2020-10-09-rollout-feature-flag-experiment-operational-toggle.slides %}).* +*This article is derived from a [presentation][presentation].* + When talking about [feature flags][feature-flags-article], I find that their -costs and benefits weight differently when talking about backend, frontend and -mobile. I'll cover how they +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 -I'll try to cover - -Different use cases for backend, frontend and mobile. -http://www.paulgraham.com/apple.html +[apple]: http://www.paulgraham.com/apple.html |