Value Objects and Immutability
Following on from my previous post on value objects [https://richardmiller.co.uk/2014/11/06/value-objects/], immutability is often given as a core aspect of »
Following on from my previous post on value objects [https://richardmiller.co.uk/2014/11/06/value-objects/], immutability is often given as a core aspect of »
Since PHP Value Objects [https://twitter.com/phpvalueobjects] is now a thing, I thought I’d write about them as well. You may also want to »
Yesterday the initial preview of the new Symfony Best Practices [http://symfony.com/doc/current/best_practices/index.html] was made available. A document like this »
BDD is primarily about designing object behaviour and interaction and not about testing. It does however produce a suite of regression tests as a side effect. »
In my previous post [https://richardmiller.co.uk/2014/03/17/avoiding-optional-dependencies/] I talked about avoiding optional dependencies. The example I used was of changing an »