Want to build software that is more testable, easier to modify, and has fewer lines of code? Architecting with more immutable objects that are always in a valid state is the most important lesson I have learned in building better software applications. Using immutable value objects will lead to less checking, fewer bugs, more DRY code, and help avoid the “spooky action at a distance” problem in PHP. We will also learn how to use immutable objects and immutable collections to improve design of our mutable entities. Lastly, we’ll see how immutable objects and functional programming can reduce complexity.
21.Apr.2018 at 10:21 by Mihail Irintchev (66 comments)
via Web2 LIVE
Brilliant! Not only informative, not only very useful in terms of perspective it gives on the usage of immutable objects, but also very entertaining!
21.Apr.2018 at 15:38 by Al Bunch (6 comments)
via Web2 LIVE
5 thumbs up! Gave a new/improved perspective on value objects as well as how the way the speaker implements/uses them can significantly reduce the amount of testing needed among other benefits.
Know of an event happening? Let us know! We love to get the word out about events the community would be interested in and you can help us spread the word!
21.Apr.2018 at 10:21 by Mihail Irintchev (66 comments) via Web2 LIVE
Brilliant! Not only informative, not only very useful in terms of perspective it gives on the usage of immutable objects, but also very entertaining!