From f6a7b62d9831e33cc02bad7aca6b6e4194e5b836 Mon Sep 17 00:00:00 2001 From: Edwin Buck Date: Wed, 7 Jun 2023 14:36:59 -0500 Subject: [PATCH] Update project/conventions.md Co-authored-by: Marco Franssen Signed-off-by: Edwin Buck --- project/conventions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/conventions.md b/project/conventions.md index df2b7bf..646fa73 100644 --- a/project/conventions.md +++ b/project/conventions.md @@ -68,7 +68,8 @@ shorthand to represent, respectively `at`, `similar / not`, MUST NOT contain such symbols, as it burdens the reader to deduce the 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 exclusively use camel case, with a the first word being lower case. To illustrate, a "card sort order" path element would read "cardSortOrder".