[chore] Add recommendation for lowercase attribute names (#788)
This commit is contained in:
parent
e4930d3861
commit
9e90894cfa
|
|
@ -31,6 +31,8 @@ particular programming language or wire format._
|
|||
|
||||
Names SHOULD follow these rules:
|
||||
|
||||
- Names SHOULD be lowercase.
|
||||
|
||||
- Use namespacing to avoid name clashes. Delimit the namespaces using a dot
|
||||
character. For example `service.version` denotes the service version where
|
||||
`service` is the namespace and `version` is an attribute in that namespace.
|
||||
|
|
|
|||
Loading…
Reference in New Issue