Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
3e52a146f8
commit
ae6685a24b
|
@ -119,8 +119,12 @@ Notifier
|
||||||
* 'Having Symfony all over the place wasn't the best thing' - when to framework (Matthias Noback)
|
* 'Having Symfony all over the place wasn't the best thing' - when to framework (Matthias Noback)
|
||||||
- Hexagonal architecture
|
- Hexagonal architecture
|
||||||
- Keep your kernel away from infrastructure. Let the framework handle the infrastructure.
|
- Keep your kernel away from infrastructure. Let the framework handle the infrastructure.
|
||||||
* Controller -> Command -> Command Bus -> Command Handler
|
* Controller -> Command -> Command Bus -> z
|
||||||
|
|
||||||
### 2016
|
### 2016
|
||||||
|
|
||||||
* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony'
|
* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony'
|
||||||
|
|
||||||
|
### What did we win?
|
||||||
|
|
||||||
|
* Can leverage Middleware with a command bus
|
||||||
|
|
Loading…
Reference in a new issue