User Tools

Site Tools


organization:code_standards

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
organization:code_standards [2014/05/19 11:41] dmitriyorganization:code_standards [2015/12/11 05:36] (current) dmitriy
Line 1: Line 1:
-[[http://wiki.deitsolutions.com/formatting.html|PHP/SQL стандарты кодирования]]+[[organization::SQL_code_standards|SQL стандарты кодирования]]
  
 [[how_to:html_creation|HTML/CSS стандарты кодирования]] [[how_to:html_creation|HTML/CSS стандарты кодирования]]
  
 [[organization::комментарии в файлах]] [[organization::комментарии в файлах]]
 +
 +
 +
 +=== Стандарты ===
 +  - 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.1400499709.txt.gz · Last modified: (external edit)