From 40b529039b537b790c0cb34e7949280271a6204b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:45:13 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 46df92f07..b5d8a4de1 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -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)