From db506e8b1f805a39eb49a8633694f73da762b74c Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 2 Jul 2025 18:36:21 -0400 Subject: [PATCH] Update CLAUDE.md with testing and code style instructions --- CLAUDE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 643118a..7a5beb5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 \ No newline at end of file +- Use the name of the branch for all pull requests + +### Code Style +- Prefer arrow functions, especially in classes