This course is archived!
Symfony QA (Jakub Zalas)
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Tip
Symfony Live London 2019 presentation by Jakub Zalas.
Talk Abstract
Static analysis is performed on source code without actually executing it. Being a good companion for code reviews it is often used for quality assurance as part of continuous integration. It can also play an invaluable role when diving into an unfamiliar code base.
Due to its ruthless nature, static analysis lets the team to focus on business problems, rather than arguing typos. It will also point out design issues, possible maintenance problems or bugs. Should we trust it blindly though?
In this talk, Jakub will explain how to incorporate static analysis into a Symfony project to get a better understanding of applications' quality.