docs(naming-convention): clarification
This commit is contained in:
parent
6825996918
commit
2d2adf8972
1 changed files with 2 additions and 0 deletions
|
|
@ -70,3 +70,5 @@ The regular expression that validates our variable and family naming policy is:
|
|||
|
||||
You can see that it is mandatory to only use lowercase ASCII letters, numbers and the `"_"` (undescore) character.
|
||||
The snake case typographic convention is therefore used.
|
||||
|
||||
.. attention:: The name must not starts with `_` character.
|
||||
|
|
|
|||
Loading…
Reference in a new issue