Skip to content

Commit 519370d

Browse files
author
Owen Jones
committed
State that identifiers should be good
1 parent 611374f commit 519370d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CODING_STANDARD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Formatting is enforced using clang-format. For more information about this, see
9494
- Use #ifdef DEBUG to guard debug code
9595
9696
# Naming
97+
- Identifiers should make clear the purpose of the thing they are naming.
9798
- Identifiers may use the characters `[a-z0-9_]` and should start with a
9899
lower-case letter (parameters in constructors may start with `_`).
99100
- Omit names of parameters or exception objects when they are not used. If

0 commit comments

Comments
 (0)