Use four spaces in frontmatter blocks

This commit is contained in:
Oliver Davies 2024-02-07 20:01:19 +00:00
parent f3756a80a6
commit 11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions

View file

@ -1,13 +1,13 @@
---
title: >
How long should a feature flag live?
How long should a feature flag live?
pubDate: 2023-06-05
permalink: >-
archive/2023/06/05/how-long-should-a-feature-flag-live
archive/2023/06/05/how-long-should-a-feature-flag-live
tags:
- software-development
- software-engineering
- feature-flags
- software-development
- software-engineering
- feature-flags
---
Instead of creating a branch that lives for as long as the code takes to write, if it's behind a feature flag, the code can be merged into the mainline branch without affecting the rest of the codebase.