Talk in English - US at php[world] 2019
Track Name:
Ash Grove B
Short URL: https://joind.in/talk/9d715
(QR-Code (opens in new window))
Using consistent coding standards throughout your project makes it easier and more enjoyable to review and contribute to. Trying to remember whether to use $camelCase or $snake_case variables or if the opening brace goes on its own line isn't any fun.
By adding the PHP_CodeSniffer package to your project, you can ensure that consistent coding standards are used throughout the project.
We'll look at how to add PHP_CodeSniffer and your choice of coding standards to your project.
Comments
Comments are closed.
Excellent, engaging talk covering all the things people need to know to get started with PHP_CodeSniffer. Establishes the basics and workflows, and hints towards the super-deep customizations that can be made.
Very cool intro to this linting tool for me
Great speaker, very practical and useful content.
Although this talk was targetted at beginners, it still cleared up some misconceptions I'd had about PHPCS as well as teaching me about functionality/toolsets that I did not even know existed.
Well done through and through. Easily accessible concepts for beginners, tips and secrets for seasoned pros.