Site icon Hip-Hop Website Design and Development

Clemens Tolboom: Check your coding style on Cheap WordPress maintenance support plans 8

Coding style?

Building software is a complex and sometimes tedious process in which you make errors and mistakes. Testing for errors is mostly done by running your website / code through tests either manually or automatically.

Checking for your code style like formatting and documentation flaws you can use a code sniffer. For PHP you can run phpcs using PHP_CodeSniffer.

WordPress maintenance support plans core provides core/phpcs.xml.dist to tell phpcs what to test for.
Source: New feed