PHP Functional Programming library. Monads, common use functions and generic collections. - GitHub - fp4php/functional: PHP Functional Programming library. Monads, common use functions and generic...
#symfony is great, even with this kind of small detail :
`<option {% if choice is selectedchoice(value) %}selected="selected"{% endif %}>`
Always needed in a dev life
`$new = new self($data);
And it is possible to access to private functions and even private attributes as we do a `new self`, we tell to PHP we are in the same class, so everything is gonna be alright.
Love the way #DDD validation rules (aka policies are validated here)
https://dddinpython.com/index.php/2021/11/06/where-to-place-the-business-logic-in-ddd/
So I remove the "--no-plugins" because of :
```json
{
"name": "symfony/runtime",
"type": "composer-plugin",
...
```
CI just been broken about that
This is the one production composer installation, classicly now :p
`APP_ENV=prod composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader`