Talk in English - US at php[tek] 2019
Track Name:
Advanced PHP
View Slides: https://speakerdeck.com/svpernova09/static-analysis-and-strict-types
Short URL: https://joind.in/talk/25a15
(QR-Code (opens in new window))
Dive deep into your code bases and add strict typing to leverage static analysis tools that can help find bugs in your code before it’s even run! We’ll explore Phan and PhpStan, both fantastic static analysis tools that can give detailed introspection into our applications. Static Analyzers can help find overly complicated logic and other common issues in our code bases as well as ensure our data types are standardized across our application processing.
Comments
Comments are closed.