# Coding Standards

- Always use consistent formatting across the codebase
- Follow the established naming conventions in each package
- Write clear, descriptive comments for complex logic
- Include appropriate error handling
- Write unit tests for new functionality
- Reference parent project coding standards in README.md and CONTRIBUTING.md files and other document files
