Update CLAUDE.md with testing and code style instructions

This commit is contained in:
2025-07-02 18:36:21 -04:00
parent 731ac4bafc
commit db506e8b1f

View File

@@ -93,5 +93,11 @@ Currently supports Chapman University (Passio System ID: "263"). Each university
## Development Guidelines
### General Guidelines
- Use test-driven development and always validate code through testing
### Git Workflow
- Use the name of the branch for all pull requests
- Use the name of the branch for all pull requests
### Code Style
- Prefer arrow functions, especially in classes