Linting PHP with phpcs sniffs

1 · Payton Swick · Dec. 8, 2017, 9:06 p.m.
Linting is the process of using an automated tool to scan your code for problems before you commit and deploy. It is a practice widely used in the development workflow of many languages, but hasn’t much been used in the PHP of WordPress developers. The most commonly used linter in PHP right now is called … Continue reading "Linting PHP with phpcs sniffs"...