When writing Python code:
- Always include type hints on function parameters and return types
- Never add docstrings to simple utility functions
- Use descriptive variable names
- Keep functions focused and short
Write clean Python functions with type hints and no docstrings
npx skillmds@latest add anyesh/clean-code When writing Python code:
Anyesh/skillprobe/tree/main/examples/skills/clean-code commit 08fae9f5be