Use four spaces in frontmatter blocks
This commit is contained in:
parent
f3756a80a6
commit
11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue