Static Code Analysis: Judging a Forest by Its Trees - Christian Rades - PHP UK 2020
About this talk
This talk covers the importance of static code analysis in automating tedious aspects of code reviews. The speaker provides an overview of various tools designed to improve coding practices in both new and existing projects. Key tools discussed include Easy Coding Standard for managing code style, Psalm, PHPStan, and PHP Insights for adhering to best practices, and Deptrac and PhpMetrics for generating visual graphs of dependencies.