diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 7f92b9a7cf0..a96f760e674 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -854,8 +854,12 @@ rules:
Type names (including classes, structs, enums, typedefs, etc) - should be nouns and start with an upper-case letter (e.g. - TextFileReader).
Variable names should be nouns (as they represent state). The + name should be camel case, and start with an upper case letter (e.g. + Leader or Boats).
Function names should be verb phrases (as they represent actions), and command-like function should be imperative. The name should