This commit is contained in:
Oliver Davies 2019-09-13 14:16:26 +01:00
parent d7835ff434
commit 528c391087

View file

@ -404,6 +404,16 @@ If you're trying to speed things up, find out where the problem is.
* DRY * DRY
- "Don't repeat yourself" - "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) ## BDD Your Symfony Application (Kamil Kokot)
## Migrating to Symfony one route at a time (Steve Winter) ## Migrating to Symfony one route at a time (Steve Winter)