Update daily email permalinks

This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
This commit is contained in:
Oliver Davies 2024-05-20 23:58:27 +01:00
parent 382793dc33
commit 5eba6de81a
158 changed files with 159 additions and 159 deletions

View file

@ -1,7 +1,7 @@
---
title: Coding defensively and considering the unhappy path
date: 2024-02-21
permalink: archive/2024/02/21/coding-defensively-and-considering-the-unhappy-path
permalink: daily/2024/02/21/coding-defensively-and-considering-the-unhappy-path
snippet: |
Why you need to consider unhappy paths when writing software and writing defensive code.
tags: