-
Notifications
You must be signed in to change notification settings - Fork 0
Constants
Vinicius Reif Biavatti edited this page Jul 25, 2022
·
1 revision
- Use a good representation name
- Use underscore to separate
- Use all letters capitalized
- Use type hints
- Do not use special symbols
✅ Do
PI: float = 3.14
❌ Don't
PI = 3.14
pi = 3.14
- Home
- Structural Naming Conventions
- Format Conventions
- Code Naming Conventions
- Inheritance
- Access Modifiers
- Importation
- Functions and Methods
- Documentation
- Resources