From 8f6f9af0872a3e1dc17f22e720ca673460c912dc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 10 Jun 2024 00:49:33 +0100 Subject: [PATCH] Add daily email for 2024-06-06 End the day with a failing test --- source/_daily_emails/2024-06-06.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_daily_emails/2024-06-06.md diff --git a/source/_daily_emails/2024-06-06.md b/source/_daily_emails/2024-06-06.md new file mode 100644 index 000000000..d8dcbc530 --- /dev/null +++ b/source/_daily_emails/2024-06-06.md @@ -0,0 +1,20 @@ +--- +title: End the day with a failing test +date: 2024-06-06 +permalink: daily/2024/06/06/end-the-day-with-a-failing-test +tags: + - software-development + - automated-testing + - test-driven-development +cta: testing_course +snippet: | + Do you know what to start working on tomorrow? Finish the day with a failing test. +--- + +Are you unsure what task to start with tomorrow? + +Do you sometimes forget where you were in a task after taking a break or the start of a new workday or week? + +If you write a failing test, you can run your test suite and be find out what you were doing and know your next step. + +Get that test to pass.