Updated testing methodology to not create test scripts and just test in main code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user