AGS Engine Coding Conventions: Difference between revisions

m
(Created page with "=AGS Engine Coding Conventions Draft 1.0 (PROPOSED)= Following are the AGS Engine Coding Conventions. These definitions are not set in place as absolute rule, but as guidelin...")
 
Line 12: Line 12:


===Comments===
===Comments===
Generally, line comments (//) should be preferred over block level comments (/* */) as block comments cannot be nested.


===Braces===
===Braces===
190

edits