Changes between Version 1 and Version 2 of DolphinCodeConvention


Ignore:
Timestamp:
Aug 24, 2010, 6:38:08 AM (14 years ago)
Author:
Andrew Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DolphinCodeConvention

    v1 v2  
    66All Class Names must begin with the prefix, and each word with a capital letter to avoid identical names and to make more unique classes written by the given developer. 
    77 
    8 Example: 
     8'''Example:''' 
    99                         
    1010{{{ 
     
    1515== Variable Declarations: Names == 
    1616Given no strict data classification in PHP, all Variable Names must begin with a lower case letter of the first character in the name of a particular data type prefix. 
    17 //Data type prefixes:// 
     17'''Data type prefixes:''' 
    1818- i Integer 
    1919- f Float, Double 
     
    2626Following the first letter every word used in the Variable Name must begin with a capital letter. 
    2727 
    28 Example:  
     28'''Example:'''  
    2929                 
    3030{{{ 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub