Add daily emails and archive

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 7ec664a810
commit e2b6832598
379 changed files with 11132 additions and 0 deletions

View file

@ -0,0 +1,19 @@
---
title: >
Software development is like going to the Dentist
pubDate: 2023-10-06
permalink: >-
archive/2023/10/06/software-development-is-like-going-to-the-dentist
tags:
- software-development
- refactoring
- deployments
---
Working on software development tasks is like going to the Dentist.
Releasing new features, bug fixes, dependency updates, and refactoring is better and less painful when done regularly.
Doing these changes in small and regular batches is less risky than less frequent and larger releases.
It's easier to identify the cause of any issues and correct course if things aren't going to plan.