1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00

Updated <title> for 11 principles article (#7779)

Made the `<title>` and the h1 different
This commit is contained in:
Alvin Bryan 2024-08-07 09:08:24 +02:00 committed by GitHub
parent 5aff1b6a7f
commit 8786240ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,9 @@
---
title: "Feature flags: Best practices for building and scaling feature flag systems"
title: "Feature flags: Best practices for building and scaling"
---
# Feature flags: Best practices for building and scaling feature flag systems
import Figure from '@site/src/components/Figure/Figure.tsx'
Feature flags, sometimes called feature toggles or feature switches, are a software development technique that allows engineering teams to decouple the release of new functionality from software deployments. With feature flags, developers can turn specific features or code segments on or off at runtime, without the need for a code deployment or rollback. Organizations who adopt feature flags see improvements in all key operational metrics for DevOps: Lead time to changes, mean-time-to-recovery, deployment frequency, and change failure rate.