Opened 6 years ago
Closed 4 years ago
#10535 closed feature request (fixed)
DOCS: Update style guide for naming of functions and template types
Reported by: | dafioram | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Documentation |
Version: | Keywords: | ||
Cc: | Game: |
Description
http://wiki.scummvm.org/index.php/Code_Formatting_Conventions
- The coding/style guide mentions Class method naming (lower Camel case) maybe we can mention non-member functions should follow the same convention?
- For template types in their definitions, do we want the naming of the template type to follow the class naming convention (upper camel case)?
Can we explicitly state how these should be handled in the style guide?
Change History (3)
comment:1 by , 6 years ago
Component: | Web → Documentation |
---|
comment:2 by , 6 years ago
Summary: | WEB: Update style guide for naming of functions and template types → DOCS: Update style guide for naming of functions and template types |
---|
comment:3 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Good point. Added.