- UpperCamel case for classes. e.g.,
MyClass {}
- lowerCamel case for variable names. e.g.,
myVar = "";
- snake_case for Python functions and other functions delimited with underscores _ e.g.,
my_function();
Last active
May 23, 2023 11:24
-
-
Save pH-7/eb287fa5e75620c4944233c2156b9bc3 to your computer and use it in GitHub Desktop.
Naming Convention - Programming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my PHP Udemy Courses, I'm also covering those programming standard convention and consistency across your projects 🙂
https://www.udemy.com/user/pierresoria/