organization:code_standards
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| organization:code_standards [2015/09/09 06:44] – dmitriy | organization:code_standards [2015/12/11 05:36] (current) – dmitriy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[http:// | + | [[organization:: |
| [[how_to: | [[how_to: | ||
| [[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.1441781069.txt.gz · Last modified: (external edit)
