Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 14:45:13 +01:00
parent 496cdf7668
commit 40b529039b

View file

@ -433,6 +433,11 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same
* Behaviour driven development. Combines TDD and DDD, into an agile methodology
* Encourages communication and creates shared understanding
* Living, executable documentation that non-programmers understand. Always correct.
* Feature file
- Feature
- Scenario
- In order to...
- Who gets the benefit?
## Migrating to Symfony one route at a time (Steve Winter)