From caaf8126904b5bd8befc4a6478151c5358d9b0f5 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 11 Jul 2025 13:01:01 +0200 Subject: [PATCH] Tweak heading --- .../use-cases/manage-feature-flags-in-code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/feature-flag-tutorials/use-cases/manage-feature-flags-in-code.mdx b/website/docs/feature-flag-tutorials/use-cases/manage-feature-flags-in-code.mdx index b48d138cb2..9eeb964bb4 100644 --- a/website/docs/feature-flag-tutorials/use-cases/manage-feature-flags-in-code.mdx +++ b/website/docs/feature-flag-tutorials/use-cases/manage-feature-flags-in-code.mdx @@ -10,7 +10,7 @@ Let's be honest: without discipline, flags quickly become tech debt, making your In this guide, we explore hands-on strategies for managing flags in your code effectively. We'll give you practical recommendations and code examples to help you build a system that's reliable, scalable, and easy to maintain. -## Start with a foundation of clean code +## Building on a foundation of clean code Before we dive into specifics, remember that good software design practices make everything easier. Principles like modularity and a clear separation of concerns are your best friends when integrating feature flags.