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,21 @@
---
title: Always write your code as if...
date: 2024-08-12
permalink: daily/2024/08/12/always-write-your-code-as-if
tags:
- software-development
cta: d7eol
snippet: |
Always write your code as if...
---
There's a famous programming quote (and variations of it):
> Always code as if the (person) who ends up maintaining your code will be a
violent psychopath who knows where you live. Code for readability.
I believe [it comes from this Google thread](https://groups.google.com/g/comp.lang.c++/c/rYCO5yn4lXw/m/oITtSkZOtoUJ).
I'm currently working on some Drupal 7 code I first committed to in May 2014.
That person could also be you!