-
Notifications
You must be signed in to change notification settings - Fork 0
Type Hints
Vinicius Reif Biavatti edited this page Jul 25, 2022
·
1 revision
All of examples count on type hints. However, you can use this style guide without using type hints, but it is not recommended. Types are always the best option to document the code. Explicit is better than implicit.. Check PEP484 For more details.
- Home
- Structural Naming Conventions
- Format Conventions
- Code Naming Conventions
- Inheritance
- Access Modifiers
- Importation
- Functions and Methods
- Documentation
- Resources