diff --git a/docs.kosli.com/content/implementation_guide/phase_2/plan_organizational_structure/naming_conventions/_index.md b/docs.kosli.com/content/implementation_guide/phase_2/plan_organizational_structure/naming_conventions/_index.md index 771326eda..ff3bd7420 100644 --- a/docs.kosli.com/content/implementation_guide/phase_2/plan_organizational_structure/naming_conventions/_index.md +++ b/docs.kosli.com/content/implementation_guide/phase_2/plan_organizational_structure/naming_conventions/_index.md @@ -22,7 +22,7 @@ The general guidelines should be considered best practices for all naming conven 1. **Choose Delimiter**: Choose a delimiter that works for your and stick with it consistently.
-For example hyphen `-`, underscore `_`, tilde `~` or dot `.`.
+For example hyphen `-`, underscore `_`, or dot `.`.
Avoid mixing delimiters within the same naming scheme. 2. **Choose case style for elements**: Choose a meaningful case style across elements (e.g., PascalCase, camelCase, snake_case) and use it consistently. Avoid spaces and clashes with delimiters. 3. **Keep it concise**: Shorter names are easier to read and remember. Aim for concise but descriptive names.