content/snippets/js/s/naming-conventions.md
camelCase for names.is or has.camelCase for names.get, make, apply etc.UPPER_SNAKE_CASE is used, while other times plain camelCase.PascalCase for names._ to show intention for it to be private.