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,16 +1,16 @@
---
title: >-
Writing new code is quick, to begin with
Writing new code is quick, to begin with
pubDate: 2023-12-27
permalink: >-
archive/2023/12/27/writing-new-code-is-quick-to-begin-with
archive/2023/12/27/writing-new-code-is-quick-to-begin-with
snippet: >-
Why is it quick to write new code in a new application, but slower as the project progresses,
with tasks that would take hours to begin with later taking days, weeks or longer.
Why is it quick to write new code in a new application, but slower as the project progresses,
with tasks that would take hours to begin with later taking days, weeks or longer.
tags:
- software-development
- technical-debt
- clean-code
- software-development
- technical-debt
- clean-code
---
When you first start a new application, adding new features is quick and easy.