Skip to main content

Posts

The Bundle System

A bundle is similar to a plugin in other software, but even better. The key difference is that everything is a bundle in Symfony, including both the core framework functionality and the code written for your application. Bundles are first-class citizens in Symfony. This gives you the flexibility to use pre-built features packaged in third-party bundles or to distribute your own bundles. It makes it easy to pick and choose which features to enable in your application and to optimize them the way you want. Read more: https://lnkd.in/fqCy7Md
There are three key actions to monitor code quality through a project's duration: 1. Regular code review to make sure every member is keeping up the applied practices. 2. Continuously scan source code (by using code analyzing tools) to find coding issues. 3. Encourage unit tests and monitor the test coverage.
Symfony 4: A new way to develop applications https://symfony.com/blog/symfony-4-a-new-way-to-develop-applications