{ "uuid": [ { "value": "681c802d-45a6-409e-8dd1-3499184f7616" } ], "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:00+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": "Smaller modules are more reusable" } ], "created": [ { "value": "2025-02-27T00:00:00+00:00" } ], "changed": [ { "value": "2025-05-11T09:00:00+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2025\/02\/27\/reusability", "langcode": "en" } ], "body": [ { "value": "\n
When you're writing open source code, such as a PHP library or a Drupal module, the larger it is, the harder it can be to reuse.<\/p>\n\n
Each implementation will have its own requirements and specifics, so why have code that tries to do everything?<\/p>\n\n
The smaller the code, the more reusable it is.<\/p>\n\n
The most reusable code I've written have been in smaller modules, like the System User<\/a> and Null User<\/a> Drupal modules.<\/p>\n\n Both are very small and solve a specific problem.<\/p>\n\n The Null User module is used by the System User module to provide a default if no system user is defined.<\/p>\n\n It could have been part of the System User module, but extracting it into a separate module makes it more reusable.<\/p>\n\n It also makes System User leaner, less bloated and more focused on its use case and its own functionality.<\/p>\n\n This approach is based on the UNIX philosophy of a program doing one thing well, and chaining programs together when needed to solve a larger problem.<\/p>\n\n Then, if you need, you can extend the code in a custom module or add features by applying patches<\/a>.<\/p>\n\n ",
"format": "full_html",
"processed": "\n When you're writing open source code, such as a PHP library or a Drupal module, the larger it is, the harder it can be to reuse.<\/p>\n\n Each implementation will have its own requirements and specifics, so why have code that tries to do everything?<\/p>\n\n The smaller the code, the more reusable it is.<\/p>\n\n The most reusable code I've written have been in smaller modules, like the System User<\/a> and Null User<\/a> Drupal modules.<\/p>\n\n Both are very small and solve a specific problem.<\/p>\n\n The Null User module is used by the System User module to provide a default if no system user is defined.<\/p>\n\n It could have been part of the System User module, but extracting it into a separate module makes it more reusable.<\/p>\n\n It also makes System User leaner, less bloated and more focused on its use case and its own functionality.<\/p>\n\n This approach is based on the UNIX philosophy of a program doing one thing well, and chaining programs together when needed to solve a larger problem.<\/p>\n\n Then, if you need, you can extend the code in a custom module or add features by applying patches<\/a>.<\/p>\n\n ",
"summary": null
}
]
}