Snake case is a similar naming convention to kebab case-- also commonly seen as kebab-case. Both conventions can make it easier for a developer to read code because the white space between words reads ...
Variable naming conventions Snake case contrasts more distinctly with the CamelCase naming convention. In CamelCase, whitespace is removed between compound words. It replaces the dash or underscore ...