diff --git a/src/content/daily-email/2023-08-13.md b/src/content/daily-email/2023-08-13.md index fb62a7a5..1ca1e1b6 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".