Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,14 +3,14 @@ title: The first test is the hardest
date: 2024-05-16
permalink: daily/2024/05/16/the-first-test-is-the-hardest
tags:
- software-development
- drupal
- php
- automated-testing
- test-driven-development
- software-development
- drupal
- php
- automated-testing
- test-driven-development
cta: ~
snippet: |
Getting the first automated test working is the hardest part.
Getting the first automated test working is the hardest part.
---
Whether you're writing tests before the implementation code or not, the first test is always the hardest to write.