diff --git a/content/meta/index.json b/content/meta/index.json index c01cf5cc1..88f4a2a7c 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -6432,5 +6432,11 @@ "user.b8966985-d4b2-42a7-a319-2e94ccfbb849", "file.565ea6d1-39f8-4179-979e-f012fcb264af", "file.c2890562-f9a0-4d17-90e6-832834db32e0" + ], + "node.0d970bea-36e2-4f0c-b448-4be60af220ef": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], + "path_alias.b9c6a52b-65d7-4122-b132-7b51164a8203": [ + "node.0d970bea-36e2-4f0c-b448-4be60af220ef" ] } \ No newline at end of file diff --git a/content/node.0d970bea-36e2-4f0c-b448-4be60af220ef.json b/content/node.0d970bea-36e2-4f0c-b448-4be60af220ef.json new file mode 100644 index 000000000..51cf0469f --- /dev/null +++ b/content/node.0d970bea-36e2-4f0c-b448-4be60af220ef.json @@ -0,0 +1,92 @@ +{ + "uuid": [ + { + "value": "0d970bea-36e2-4f0c-b448-4be60af220ef" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "daily_email", + "target_type": "node_type", + "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" + } + ], + "revision_timestamp": [ + { + "value": "2025-06-12T23:14:50+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": "Refactoring is a rabbit hole" + } + ], + "created": [ + { + "value": "2025-06-12T23:00:07+00:00" + } + ], + "changed": [ + { + "value": "2025-06-12T23:14:50+00:00" + } + ], + "promote": [ + { + "value": false + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": "", + "pid": null, + "langcode": "en" + } + ], + "body": [ + { + "value": "I enjoy refactoring code.\r\n\r\nOnce I've finished writing some code and all the tests are passing, I like reviewing what I've written and looking for ways to make it more readable or easier to maintain whilst making sure it still works.\r\n\r\nI usually start with one small refactor.\r\n\r\nThen I spot another.\r\n\r\nAnd another.\r\n\r\nI end up going down a refactoring rabbit hole and I keep seeing changes I could make.\r\n\r\nBut, at some point, you need to say enough refactoring and decide if the code is good enough to release, whether you do this yourself or as part of a pair or mob.\r\n\r\nIt can always be refactored more in the future, if needed.", + "format": "markdown", + "processed": "
I enjoy refactoring code.<\/p>\n
Once I've finished writing some code and all the tests are passing, I like reviewing what I've written and looking for ways to make it more readable or easier to maintain whilst making sure it still works.<\/p>\n
I usually start with one small refactor.<\/p>\n
Then I spot another.<\/p>\n
And another.<\/p>\n
I end up going down a refactoring rabbit hole and I keep seeing changes I could make.<\/p>\n
But, at some point, you need to say enough refactoring and decide if the code is good enough to release, whether you do this yourself or as part of a pair or mob.<\/p>\n
It can always be refactored more in the future, if needed.<\/p>\n", + "summary": "" + } + ] +} \ No newline at end of file diff --git a/content/path_alias.b9c6a52b-65d7-4122-b132-7b51164a8203.json b/content/path_alias.b9c6a52b-65d7-4122-b132-7b51164a8203.json new file mode 100644 index 000000000..6086a9869 --- /dev/null +++ b/content/path_alias.b9c6a52b-65d7-4122-b132-7b51164a8203.json @@ -0,0 +1,27 @@ +{ + "uuid": [ + { + "value": "b9c6a52b-65d7-4122-b132-7b51164a8203" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "path": [ + { + "value": "\/node\/0d970bea-36e2-4f0c-b448-4be60af220ef" + } + ], + "alias": [ + { + "value": "\/daily\/2025\/06\/12\/refactoring-rabbit-hole" + } + ], + "status": [ + { + "value": true + } + ] +} \ No newline at end of file