{ "uuid": [ { "value": "4e923ca2-61dc-4d44-bc0b-e93d38a87db7" } ], "langcode": [ { "value": "en" } ], "type": [ { "target_id": "daily_email", "target_type": "node_type", "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" } ], "revision_timestamp": [ { "value": "2025-04-21T01:21:25+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": "The two ways of writing PHP code" } ], "created": [ { "value": "2024-09-19T00:00:00+00:00" } ], "changed": [ { "value": "2025-04-21T01:21:25+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2024\/09\/19\/the-two-ways-of-writing-php-code", "langcode": "en" } ], "body": [ { "value": "\n

Something that came up in my discussion with Dave Liddament for the Beyond Blocks podcast was that there seem to be two ways of writing PHP code.<\/p>\n\n

One is writing strict code by enabling strict typing, using parameter and return types, and leveraging tools like PHPStan at a high level to analyze code.<\/p>\n\n

The other is no not use types and to use a more \"duck typing\" approach.<\/p>\n\n

The term \"visual debt\" came from a video discussing the pros and cons of these approaches.<\/p>\n\n

The same can be said for JavaScript and TypeScript, but PHP can do both and gives the Developer the choice of how they write their code.<\/p>\n\n

I prefer writing strict code and for my code to be as explicit as possible, but I appreciate not everyone does and I like that PHP caters for both.<\/p>\n\n

How do you write your PHP code?<\/p>\n\n ", "format": "full_html", "processed": "\n

Something that came up in my discussion with Dave Liddament for the Beyond Blocks podcast was that there seem to be two ways of writing PHP code.<\/p>\n\n

One is writing strict code by enabling strict typing, using parameter and return types, and leveraging tools like PHPStan at a high level to analyze code.<\/p>\n\n

The other is no not use types and to use a more \"duck typing\" approach.<\/p>\n\n

The term \"visual debt\" came from a video discussing the pros and cons of these approaches.<\/p>\n\n

The same can be said for JavaScript and TypeScript, but PHP can do both and gives the Developer the choice of how they write their code.<\/p>\n\n

I prefer writing strict code and for my code to be as explicit as possible, but I appreciate not everyone does and I like that PHP caters for both.<\/p>\n\n

How do you write your PHP code?<\/p>\n\n ", "summary": null } ], "feeds_item": [ { "imported": "2025-04-21T01:21:25+00:00", "guid": null, "hash": "1f560ca61cb72b1c394c162cff4811a1", "target_type": "feeds_feed", "target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76" } ] }