Skip to content

Commit

Permalink
Updated <title> for 11 principles article (#7779)
Browse files Browse the repository at this point in the history
Made the `<title>` and the h1 different
  • Loading branch information
alvinometric authored Aug 7, 2024
1 parent 5aff1b6 commit 8786240
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8786240

Please sign in to comment.