Godot 4.3 Stable
- F3: Debug
- PascalCase for class names.
- UPPERCASE_WITH_UNDERSCORES for constants and exported variables.
- snake_case for variables and function names.
- Clear distinction between private and public methods, using an underscore (_) for private methods.
- Extensive inline commenting to explain physics calculations and assumptions.