-
Notifications
You must be signed in to change notification settings - Fork 27
Code Style and Standards
ohadedry edited this page Oct 22, 2025
·
1 revision
- Python Style: Follow PEP 8 guidelines and use Black for formatting
- Type Hints: Include type hints where helpful
- Documentation: Add docstrings to functions and classes explaining purpose, arguments, return values, and exceptions
- Naming: Use descriptive variable and function names
- Comments: Explain 'why' not 'what' in code comments