Avoiding Optional Dependencies
In my previous post I argued against setter injection. Optional dependencies are one of the main objections raised in the comments and elsewhere. I did mention »
In my previous post I argued against setter injection. Optional dependencies are one of the main objections raised in the comments and elsewhere. I did mention »
A while ago I had a twitter discussion with Igor Wiedler and Matthias Noback about setter injected dependencies being mutable. When using objects as services in »
In my previous post on separating bundles from libraries in Symfony2 applications I said I would follow this up with more details. I have yet to »
Many of the bundles that are part of the Symfony2 framework and the available third party bundles are effectively integration layers between a library and the »
A quick post looking avoiding tying a Symfony2 application to the environment and instead varying config per environment. It's tempting to access the env parameter from »