Coding
Faker 2.0 – Rough ideas on how a symfony core member thinks next version of Faker should work
Can XyzAware-interfaces and setter/wither-dependencies die already? It’s a horrible practice. Your service dependencies should be fully set after the constructor call. Also, using the container directly is a horrible practice, too. Constructor-Injection, iterable-injection by tags/interfaces, Read more…