mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
docs: Update what-is-a-feature-flag.mdx
Fixed link to the State of DevOps Report
This commit is contained in:
parent
8943cc0a3d
commit
8c78783585
@ -14,7 +14,7 @@ In this guide, we’ll introduce you to the basics of feature flags and why so m
|
||||
*The easiest way to explain why developers use feature flags is to understand the story of why [Ivar Østhus](https://github.com/ivarconr),
|
||||
our CTO, created the Unleash feature flag service in the first place. Here's Ivar in his own words:*
|
||||
|
||||
> In 2014, I was working as a software developer at FINN.no, Norway’s largest online marketplace. Getting new features into production was a pain, so, as a developer, I looked around and wondered if I could write some code to make it easier. My initial goal was to protect features under development, allowing our team to transition to [trunk-based development](https://www.getunleash.io/blog/how-to-implement-trunk-based-development-a-practical-guide)—a practice recommended according to the [State of DevOps Report](https://www.getunleash.io/blog/guide-to-feature-flags#:~:text=State%20of%20DevOps%20Report).
|
||||
> In 2014, I was working as a software developer at FINN.no, Norway’s largest online marketplace. Getting new features into production was a pain, so, as a developer, I looked around and wondered if I could write some code to make it easier. My initial goal was to protect features under development, allowing our team to transition to [trunk-based development](https://www.getunleash.io/blog/how-to-implement-trunk-based-development-a-practical-guide)—a practice recommended according to the [State of DevOps Report](https://cloud.google.com/blog/products/devops-sre/announcing-the-2023-state-of-devops-report).
|
||||
>
|
||||
> Even back at that time, we embraced agility with an automated delivery pipeline which made fixing bugs a breeze, but frequent feature releases? Not so much. Building features takes time, and waiting weeks for production testing felt wasteful.
|
||||
> We used feature branches, a common approach, to isolate unfinished features. However, this created a tangled web of problems:
|
||||
|
Loading…
Reference in New Issue
Block a user