|
You are here |
williamdurand.fr | ||
| | | | |
tomasvotruba.com
|
|
| | | | | I saw 2 links to Symfony\Console in [today's Week of Symfony](http://symfony.com/blog/a-week-of-symfony-592-30-april-6-may-2018) (what a time reference, huh?). There are plenty of such posts out there, even in Pehapkari community blog: [Best Practice for Symfony Console in Nette](https://pehapkari.cz/blog/2017/06/02/best-practice-for-symfony-console-in-nette) or [Symfony Console from the Scratch](/blog/2019/08/12/standalone-symfony-console-from-scratch/). But nobody seems to write about **the greatest bottleneck of Console applications - static cancer**. Why is that? | |
| | | | |
brandonsavage.net
|
|
| | | | | PHP more or less has two kinds of dependency injection available: constructor injection, and setter injection. Constructor injection is the process of injecting dependencies through the constructor arguments, like so: The dependencies are injected via the constructor, on object creation, and the object has them from the very beginning. Setter injection is different; instead of [...] | |
| | | | |
www.lambdabytes.io
|
|
| | | | | Website of Jonathan Thaler @ lambda::bytes | |
| | | | |
0x7f.dev
|
|
| | | |||