blog: TDD is like meditation

This commit is contained in:
Thomas 2023-09-27 15:20:25 +01:00
parent 9a2a11b631
commit 68aac2d81f
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
title: Test Driven Development is like meditation
date: 2023-09-27T14:16:27.693Z
slug: 2023-09-27-test-driven-development-is-like-meditation
author: Thomas Wilson
---
The goal isn't it be good at it.
The goal is to do it.

View file

@ -90,6 +90,7 @@
#article { #article {
max-width: 95%; max-width: 95%;
width: 65ch; width: 65ch;
flex-grow: 1;
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
--font-size: 1.1rem; --font-size: 1.1rem;