Archive for October, 2011

Pebble – more injection and less dependencies in PHP

Wednesday, October 5th, 2011

Dependency Injection (DI) is hardly anything new. I see it as a must for Test Driven Development (TDD). The thing I like most about DI in Java is Autowired in Spring or javax.annotation.Resource, they way member variables are set "magically" and the exact details about creation and implementation is located ...