Variable naming conventions are important. Any time a developer learns a new language or low-code tool, one of the first topics they seek clarification on is the standardized naming conventions.
Both kebab case and camel case are naming conventions that try make it easier to read compound words that form a single variable name. Kebab case employs a dash to maximize white space between ...