From 528c39108743445ebf5722c1444390b29d4e4986 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:16:26 +0100 Subject: [PATCH] Live --- .../2019-09-13-live-blogging-symfonylive-london.md | 10 ++++++++++ 1 file changed, 10 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 ae00e972..8f93201c 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -404,6 +404,16 @@ If you're trying to speed things up, find out where the problem is. * DRY - "Don't repeat yourself" ++ Faster development + * Separate UI tests from back-end tests. Different layers for different teams. People don't need to run everything if they are only changing certain things. +- Help your front end + + Webpack + + Type hinting in functions and filters + + Logging + + Friendly exceptions - help front-end devs by returning meaningful, readbale errors + + Web Debug Toolbar and Profiler + + Twig-friendly development environment + ## BDD Your Symfony Application (Kamil Kokot) ## Migrating to Symfony one route at a time (Steve Winter)