The Naming Conventions you MUST Know when Coding

camelCase, PascalCase, snake_case and kebab case. What?

Steven Curtis

--

You might be aware that there are naming conventions in your chosen programming language.

Perhaps you should be aware of this: it helps to make your code readable and understandable. Plus will help you get through code reviews…

--

--