Конференция завершена. Ждем вас на PHP Russia в следующий раз!
Инфопространство,
Москва, 17 мая 2019

Practical advanced static analysis
PHP, стандарты, фреймворки, библиотеки, OpenSource

Доклад принят в программу конференции
Dave Liddament
Lamp Bristol

Dave is a director and developer at Lamp Bristol, a software consultancy. He’s been writing software commercially for over 17 years in many languages including C, Python, Java and PHP.

Dave is keen to pass on his knowledge. He speaks at conferences and user groups. He is an organiser of PHP-SW. He also runs a monthly workshop that covers topics including testing, CI and git.

He is also the author of an open source tool called SARB (static analysis results baseliner).

When not busy coding Dave enjoys scuba diving and running.

Тезисы

All developers know that bugs are bad and finding them can be difficult. The good news is tools to help us find and prevent bugs are becoming more powerful...

Modern static analysis tools (e.g. IDEs like PHPStorm and tools like Psalm, Phan and PHPStan) are far more advanced than their predecessors. They can find a whole range of bugs whilst keeping the false positive rate low.

This talk introduces more advanced static analysis. It will show the kinds of bugs that the more advanced static analysis tools can find. We'll then look how they can be added to your current development work flow. We'll finally look at how we can write our code in such a way to get the most out of static analysis.

Wherever you are on your static analysis journey this talk will show you the next step.

Другие доклады секции PHP, стандарты, фреймворки, библиотеки, OpenSource