From 496cdf766839e0eb1506054d05000e8e5f49a78c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:44:37 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 719de1b0f..46df92f07 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -432,7 +432,7 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same ### What is BDD? * Behaviour driven development. Combines TDD and DDD, into an agile methodology * Encourages communication and creates shared understanding -* Living, executable documentation +* Living, executable documentation that non-programmers understand. Always correct. ## Migrating to Symfony one route at a time (Steve Winter)