Opened 6 years ago

Closed 3 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

  1. The coding/style guide mentions Class method naming (lower Camel case) maybe we can mention non-member functions should follow the same convention?
  1. 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 digitall, 5 years ago

Component: WebDocumentation

comment:2 by digitall, 5 years ago

Summary: WEB: Update style guide for naming of functions and template typesDOCS: Update style guide for naming of functions and template types

comment:3 by sev-, 3 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Good point. Added.

Note: See TracTickets for help on using tickets.