organization:code_standards
This is an old revision of the document!
HTML/CSS стандарты кодирования
При работе с каким либо пакетом, например Wordpress, стоит следовать стандартам данного пакета
Стандарты
- Use ' instead of “ for strings as default string enclosing. This is a performance issue, and prevents a lot of inconsistent coding styles.
- Don't use uninitialized variables. These errors can be avoided by using the built-in isset() function to check whether a variable has been set.
organization/code_standards.1442492654.txt.gz · Last modified: (external edit)
