Coding standards
- open_in_new WordPress PHP Coding Standards .
- open_in_new WordPress HTML Coding Standards .
- open_in_new WordPress CSS Coding Standards .
- open_in_new WordPress JavaScript Coding Standards .
Tools for checking standards
open_in_new PHP_CodeSniffer: WordPress Coding Standards
Documentation standards
Best practices for plugins
For single-file plugins, we can take as a sample open_in_new wp-comment-notes plugin.
For multi-file plugins there is a great open_in_new WordPress Plugin Boilerplate .
Andrew Dorokhov