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.
- Timestamp:
-
Feb 28, 2014, 7:40:43 AM (10 years ago)
- Author:
-
MarkDoliner
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v11
|
v12
|
|
| 72 | 72 | * There should be a newline between the return type of the function and the function's name. |
| 73 | 73 | * 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. |
| 77 | 77 | |
| 78 | 78 | {{{ |
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!