Update project/conventions.md

Co-authored-by: Marco Franssen <[email protected]>
Signed-off-by: Edwin Buck <[email protected]>
This commit is contained in:
Edwin Buck
2023-06-07 14:36:59 -05:00
committed by GitHub
co-authored by Marco Franssen
parent c4d19db98d
commit f6a7b62d98
+2 -1
View File
@@ -68,7 +68,8 @@ shorthand to represent, respectively `at`, `similar / not`,
MUST NOT contain such symbols, as it burdens the reader to deduce the MUST NOT contain such symbols, as it burdens the reader to deduce the
intent of the writer. intent of the writer.
### Camel Case for created elements. ### Camel Case for created elements
Elements that refer to components that the project has created should Elements that refer to components that the project has created should
exclusively use camel case, with a the first word being lower case. To exclusively use camel case, with a the first word being lower case. To
illustrate, a "card sort order" path element would read "cardSortOrder". illustrate, a "card sort order" path element would read "cardSortOrder".