22 lines
883 B
Markdown
22 lines
883 B
Markdown
|
---
|
||
|
date: 2025-07-01
|
||
|
title: PHP, Value Objects and You
|
||
|
permalink: /daily/2025/07/01/php-value-objects-and-you
|
||
|
---
|
||
|
|
||
|
Last week, I wrote about [giving things descriptive names][0] with value objects in PHP (and other languages).
|
||
|
|
||
|
I gave examples of value objects I've recently written to show how they make code descriptive and easier to understand.
|
||
|
|
||
|
Previous [Beyond Blocks podcast guest][1], Dan Leech, gave a great talk about value objects at a local PHP user group.
|
||
|
|
||
|
That talk is not online yet, but the video of the version from the [Dutch PHP Conference][2] has just been released.
|
||
|
|
||
|
The slides are also online on Dan's website.
|
||
|
|
||
|
I recommend watching the video and/or reviewing the slides, and start trying to use value objects in your code.
|
||
|
|
||
|
[0]: /daily/2025/06/23/giving-things-descriptive-names
|
||
|
[1]: /podcast/6-dan-leech-php-tui
|
||
|
[2]: https://www.youtube.com/watch?v=FIKpNzEGQJY
|