2024-06-09 23:49:33 +00:00
|
|
|
---
|
|
|
|
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:
|
2024-09-08 22:09:54 +00:00
|
|
|
- software-development
|
|
|
|
- automated-testing
|
|
|
|
- test-driven-development
|
2024-06-09 23:49:33 +00:00
|
|
|
cta: testing_course
|
|
|
|
snippet: |
|
2024-09-08 22:09:54 +00:00
|
|
|
Do you know what to start working on tomorrow? Finish the day with a failing test.
|
2024-06-09 23:49:33 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|