Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 11 and Version 12 of StyleGuide


Ignore:
Timestamp:
Feb 28, 2014, 7:40:43 AM (10 years ago)
Author:
MarkDoliner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StyleGuide

    v11 v12  
    7272 * There should be a newline between the return type of the function and the function's name.
    7373 * Wrap parameters sensibly, preferably around 80 characters or so.
    74  * As mentioned above, the opening brace should be on a new line.
    75 
    76 For example:
     74 * Opening brace should be on a new line.
     75 * Functions not called from other files should be declared static.
     76 * Functions called from other files should be listed in a .h file.
    7777
    7878{{{
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!