blog: TDD is like meditation
This commit is contained in:
parent
9a2a11b631
commit
68aac2d81f
2 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue