From 20b7144ec21ee7ec042b629524cba10fd01b73cc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 13 Aug 2023 20:53:54 +0100 Subject: [PATCH] daily-email: update --- src/content/daily-email/2023-08-13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/daily-email/2023-08-13.md b/src/content/daily-email/2023-08-13.md index fb62a7a5f..1ca1e1b6f 100644 --- a/src/content/daily-email/2023-08-13.md +++ b/src/content/daily-email/2023-08-13.md @@ -9,7 +9,7 @@ tags: - test-driven-development --- -A common issue I see people introducing automated testing is estimating the testing and implementation of a task separately. +A common issue I see for people introducing automated testing is estimating the testing and implementation of a task separately. Something like, "It'll take x to do the work and x to write the tests for it".