Browse Source

Minor correction to CS.

cl-refactor
Gav Wood 10 years ago
parent
commit
a24b10a1e0
  1. 2
      CodingStandards.txt

2
CodingStandards.txt

@ -128,7 +128,7 @@ d. Use override, final and const judiciously.
e. No implementations with the class declaration, except:
- template or force-inline method (though prefer implementation at bottom of header file).
- one-line implementation (in which case include it in same line as declaration).
f. For a method 'foo'
f. For a property 'foo'
- Member: m_foo;
- Getter: foo() [ also: for booleans, isFoo() ];
- Setter: setFoo();

Loading…
Cancel
Save