Move daily emails into the blog page

This commit is contained in:
Oliver Davies 2025-08-21 00:28:10 +01:00
parent be69398931
commit 1b8441608f
828 changed files with 9 additions and 196 deletions

View file

@ -0,0 +1,19 @@
---
title: >
Code is read more than it's written
pubDate: 2023-09-10
permalink: >-
daily/2023/09/10/code-is-read-more-than-it-s-written
tags:
- software-development
---
A lot of code is written once by one person and not changed again.
But it's read by multiple people at multiple times.
If the code is read more than it's written, we should be optimising it for readability so it's easier for people to understand.
The application doesn't care whether you wrote the code the "clever" way or the "boring" way, but people will appreciate the more readable version.
If I need to review or work on the code in the future, I want to read and understand it easily.