Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 15:18:10 +01:00
parent 53a0f457d6
commit 00ade4f605

View file

@ -502,7 +502,7 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same
* Write features in a natural way
* Too many setup steps - merge steps. less visual debt. e.g. Create currency, zone and locale when creating a store
* Avoid scenarios that are too detailed
* Avoid scenarios that are too detailed. You should specify only what's important to this scenario.
## Migrating to Symfony one route at a time (Steve Winter)