Migrate content to YAML
This commit is contained in:
parent
3d76aa0c3b
commit
9d5a930eab
4550 changed files with 93849 additions and 129734 deletions
76
content/node.7989ae69-0f6d-4a7d-b560-d828f76cfba4.yml
Normal file
76
content/node.7989ae69-0f6d-4a7d-b560-d828f76cfba4.yml
Normal file
|
@ -0,0 +1,76 @@
|
|||
uuid:
|
||||
- value: 7989ae69-0f6d-4a7d-b560-d828f76cfba4
|
||||
langcode:
|
||||
- value: en
|
||||
type:
|
||||
- target_id: daily_email
|
||||
target_type: node_type
|
||||
target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7
|
||||
revision_timestamp:
|
||||
- value: '2025-05-11T09:00:06+00:00'
|
||||
revision_uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
revision_log: { }
|
||||
status:
|
||||
- value: true
|
||||
uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
title:
|
||||
- value: 'Is testing a chore?'
|
||||
created:
|
||||
- value: '2024-09-29T00:00:00+00:00'
|
||||
changed:
|
||||
- value: '2025-05-11T09:00:06+00:00'
|
||||
promote:
|
||||
- value: false
|
||||
sticky:
|
||||
- value: false
|
||||
default_langcode:
|
||||
- value: true
|
||||
revision_translation_affected:
|
||||
- value: true
|
||||
path:
|
||||
- alias: /daily/2024/09/29/is-testing-a-chore
|
||||
langcode: en
|
||||
body:
|
||||
- value: |
|
||||
<p><a href="/daily/2024/09/28/testing-personal-projects">Do some Developers skip writing tests for their personal projects</a> because they think it's a chore?</p>
|
||||
|
||||
<p>If they've written the code, so they then think it's too much work to write tests or need to move on to the next task?</p>
|
||||
|
||||
<p>Is it boring to write tests for code that's already written and will pass straight away?</p>
|
||||
|
||||
<p>This is why I do test-driven development and start with a failing test and then write code to make it pass.</p>
|
||||
|
||||
<p>Then, I add more to the test until it fails and then get that to pass.</p>
|
||||
|
||||
<p>When that test is finished, I'll move to a new test for a different piece of functionality.</p>
|
||||
|
||||
<p>I like this approach of working in small feedback cycles and alternating between failing and passing tests.</p>
|
||||
|
||||
<p>Testing this way isn't boring or a chore and much more interesting for me compared to writing all the code first and maybe writing the tests later.</p>
|
||||
|
||||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p><a href="http://default/daily/2024/09/28/testing-personal-projects">Do some Developers skip writing tests for their personal projects</a> because they think it's a chore?</p>
|
||||
|
||||
<p>If they've written the code, so they then think it's too much work to write tests or need to move on to the next task?</p>
|
||||
|
||||
<p>Is it boring to write tests for code that's already written and will pass straight away?</p>
|
||||
|
||||
<p>This is why I do test-driven development and start with a failing test and then write code to make it pass.</p>
|
||||
|
||||
<p>Then, I add more to the test until it fails and then get that to pass.</p>
|
||||
|
||||
<p>When that test is finished, I'll move to a new test for a different piece of functionality.</p>
|
||||
|
||||
<p>I like this approach of working in small feedback cycles and alternating between failing and passing tests.</p>
|
||||
|
||||
<p>Testing this way isn't boring or a chore and much more interesting for me compared to writing all the code first and maybe writing the tests later.</p>
|
||||
|
||||
|
||||
summary: null
|
||||
field_daily_email_cta: { }
|
Loading…
Add table
Add a link
Reference in a new issue