daily-email: update

This commit is contained in:
Oliver Davies 2023-08-13 20:53:54 +01:00
parent d083b7af8b
commit 20b7144ec2

View file

@ -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".