BMAD-METHOD/.claude/rules/python-projects-guide-curso.../python-ai-friendly-coding-p...

8 lines
327 B
Plaintext

---
description: Promotes AI-friendly coding practices in Python files, including descriptive names, type hints, detailed comments, and rich error context.
globs: /**/*.py
---
- Use descriptive variable and function names
- Use type hints
- Provide detailed comments for complex logic
- Provide rich error context for debugging