Move all files to tome/
This commit is contained in:
parent
5675bcfc36
commit
674daab35b
2874 changed files with 0 additions and 0 deletions
61
tome/content/node.141f3c86-ae34-430f-9cba-d1278047fe0d.yml
Normal file
61
tome/content/node.141f3c86-ae34-430f-9cba-d1278047fe0d.yml
Normal file
|
@ -0,0 +1,61 @@
|
|||
uuid:
|
||||
- value: 141f3c86-ae34-430f-9cba-d1278047fe0d
|
||||
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:36+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: |
|
||||
YAGNI
|
||||
created:
|
||||
- value: '2023-08-06T00:00:00+00:00'
|
||||
changed:
|
||||
- value: '2025-05-11T09:00:36+00:00'
|
||||
promote:
|
||||
- value: false
|
||||
sticky:
|
||||
- value: false
|
||||
default_langcode:
|
||||
- value: true
|
||||
revision_translation_affected:
|
||||
- value: true
|
||||
path:
|
||||
- alias: /daily/2023/08/06/yagni
|
||||
langcode: en
|
||||
body:
|
||||
- value: |
|
||||
<p>During a recent coding dojo session, we spoke about YAGNI - i.e. "You aren't going to need it".</p>
|
||||
|
||||
<p>In this situation, we discussed how many numbers we should support passing to a method in a calculator application.</p>
|
||||
|
||||
<p>There's no technical limit to how many numbers we can pass, but there may be a requirement where we only need to add or subtract two numbers. In that case, we don't need to calculate three or more numbers, so there's no benefit or value to writing that code.</p>
|
||||
|
||||
<p>If we follow YAGNI, we only write the code we need now. If the requirement changes in the future, we revisit the code and change it as required.</p>
|
||||
|
||||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p>During a recent coding dojo session, we spoke about YAGNI - i.e. "You aren't going to need it".</p>
|
||||
|
||||
<p>In this situation, we discussed how many numbers we should support passing to a method in a calculator application.</p>
|
||||
|
||||
<p>There's no technical limit to how many numbers we can pass, but there may be a requirement where we only need to add or subtract two numbers. In that case, we don't need to calculate three or more numbers, so there's no benefit or value to writing that code.</p>
|
||||
|
||||
<p>If we follow YAGNI, we only write the code we need now. If the requirement changes in the future, we revisit the code and change it as required.</p>
|
||||
|
||||
|
||||
summary: null
|
||||
field_daily_email_cta: { }
|
Loading…
Add table
Add a link
Reference in a new issue