Posts marked with “value object”

Working With Value Objects in Laravel 12.x

by · June 2, 2025

0
 

If you’re like me, you’re always on the lookout for tools and techniques that can reduce the chances that your code has bugs and make it easier to maintain. Value objects are one of my go-to techniques for making my code easier to maintain, and you can use some of the tools built into Laravel to […]

 

Writing Cleaner More Resilient Code With Value Objects

by · September 25, 2022

0
 

As developers, we should always be striving to learn new methods to reduce the number of bugs in our code. Some methods require us to completely re-architect our code, but sometimes there are those hidden gems that we can quickly add to our code base that will immediately help us and require just a little […]