Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
21
sculpin/source/_posts/2025-07-01.md
Normal file
21
sculpin/source/_posts/2025-07-01.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue