Add daily emails and archive
This commit is contained in:
parent
7ec664a810
commit
e2b6832598
379 changed files with 11132 additions and 0 deletions
18
source/_daily_emails/2023-08-25.md
Normal file
18
source/_daily_emails/2023-08-25.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: >
|
||||
Start with a vague test
|
||||
pubDate: 2023-08-25
|
||||
permalink: >-
|
||||
archive/2023/08/25/start-with-a-vague-test
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
If you're unsure what your first test should be, start by writing a test with an intentionally vague name, just to get you started.
|
||||
|
||||
It may not be clear straight away what you're trying to test.
|
||||
|
||||
Once you get the ball rolling and you write more, it will usually become clear.
|
||||
|
||||
Then you can go back and rename the test method to something more specific.
|
Loading…
Add table
Add a link
Reference in a new issue