Value Objects and Immutability
Following on from my previous post on value objects, immutability is often given as a core aspect of value objects. There is good reason for this, »
Following on from my previous post on value objects, immutability is often given as a core aspect of value objects. There is good reason for this, »
Since PHP Value Objects is now a thing, I thought I’d write about them as well. You may also want to read http://kacper.gunia. »
Yesterday the initial preview of the new Symfony Best Practices was made available. A document like this is something that the Symfony community has needed. It »
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 I talked about avoiding optional dependencies. The example I used was of changing an optional dependency on a logger into a mandatory »