Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 15:17:44 +01:00
parent 4a0ab89423
commit 53a0f457d6

View file

@ -500,7 +500,9 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same
- Turn off debug settings, add caching
- Enable OPcache
Write features in a natural way
* 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
## Migrating to Symfony one route at a time (Steve Winter)