<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 09:48:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nicolas B&eacute;rard-Nault's Blog: The unknown value of Value Objects]]></title>
      <guid>http://www.phpdeveloper.org/news/16131</guid>
      <link>http://www.phpdeveloper.org/news/16131</link>
      <description><![CDATA[<p>
<i>Nicolas B&eacute;rard-Nault</i> has put together a new post looking at the role that Value Objects play in application development and, more specifically, how they fit in with domain driven design (DDD). He looks to explain the <a href="http://nicobn.wordpress.com/2011/03/29/the-unknown-value-of-value-objects/">unknown value of Value Objects</a> to developers that might not know how helpful they really can be.
</p>
<blockquote>
One of the main rules of DDD is that value objects are immutable. This is often not as self-evident as it seems, as many programmers are not even aware of the state they leak and create. Sadly, state is often positively correlated with entropy. Hence, taking steps to contain and to limit state is one of the keys to taming complexity in an application.
</blockquote>
<p>
He notes that even outside of DDD Value Objects can be quite useful. He gives an example of a "RationalNumber" class with methods for basic things like addition and subtraction. He shows the more traditional mutable version that most developers would start with and uses it in several examples to show its flaws. He finishes up the post with a look at the "more correct" immutable version of the class and a sample call that would result in the correct output of a simple matematical operation.
</p>]]></description>
      <pubDate>Thu, 31 Mar 2011 12:12:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bradley Holt's Blog: Immutable Value Objects in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/15217</guid>
      <link>http://www.phpdeveloper.org/news/15217</link>
      <description><![CDATA[<p>
<i>Bradley Holt</i> has a new post to his blog about a subject he's recently been learning about, Domain-Driven Design, and how <a href="http://bradley-holt.com/2010/09/immutable-value-objects-in-php/">immutable value objects could be useful in PHP</a>.
</p>
<blockquote>
Yesterday I <a href="http://twitter.com/BradleyHolt/status/25911903352">tweeted</a>: Modern object-oriented programming languages need support for immutable Value Objects. #DDD The "DDD" in that tweet stands for <a href="http://en.wikipedia.org/wiki/Domain-driven_design">Domain-Driven Design</a>. There were several interesting responses to this tweet.
</blockquote>
<p>
Responses to his tweet included comments from <a href="http://paste2.org/p/1009796">Matthew Weier O'Phinney</a>, <a href="http://gist.github.com/603496">Ralph Schindler</a>, <a href="http://twitter.com/nicolasbn/status/25942269645">Nicolas Berard-Nault</a> and <a href="http://twitter.com/giorgiosironi/status/25914287997">Giorgio Sironi</a>. He notes that, while all of the suggestions are good, they're only half of the issue. They make it immutable when defined but not during execution. Currently PHP lacks this functionality, but something like this could be worked in with the concept of a "final" class.
</p>]]></description>
      <pubDate>Fri, 01 Oct 2010 11:15:40 -0500</pubDate>
    </item>
  </channel>
</rss>
