-
Notifications
You must be signed in to change notification settings - Fork 0
Project Name
Vinicius Reif Biavatti edited this page Jul 25, 2022
·
1 revision
Project root folder
- Use a good representation name
- Use underscore to separate
- Do not use camel case
- Do not use special symbols
- Do not use capital letters
✅ Do
my_project
❌ Don't
myproject
MyProject
- Home
- Structural Naming Conventions
- Format Conventions
- Code Naming Conventions
- Inheritance
- Access Modifiers
- Importation
- Functions and Methods
- Documentation
- Resources