Updated testing methodology to not create test scripts and just test in main code.

This commit is contained in:
2026-03-10 17:03:37 -07:00
parent 594c51faea
commit 52b699564e
4 changed files with 6 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ See [preferences/communication.md](preferences/communication.md) for full detail
## Always Do
- **Tests first:** Always provide a way to immediately test/run the code you write
- **No test files:** Don't create test files; I'll run the code directly to verify it works
- **No credentials in code:** Secrets go in `.env` files; always provide a `.env.example`
- **Consistent style:** Follow the conventions for the language in use — see preferences files
- **Ask before big changes:** Clarify scope before rewriting or restructuring