mirror of https://github.com/buster-so/buster.git
claude update
This commit is contained in:
parent
583e78c5b6
commit
68607d71c4
|
@ -108,4 +108,11 @@ pnpm run test:watch
|
|||
- `console.warn` for warning messages
|
||||
- `console.error` for error messages
|
||||
|
||||
[... rest of the existing content remains the same ...]
|
||||
## Error Handling and Logging Philosophy
|
||||
- We care deeply about error handling and logging
|
||||
- Key principles for error management:
|
||||
- Catch errors effectively and thoughtfully
|
||||
- Consider the state errors put the system into
|
||||
- Implement comprehensive unit tests for error scenarios
|
||||
- Log errors strategically for effective debugging
|
||||
- Avoid over-logging while ensuring sufficient context for troubleshooting
|
Loading…
Reference in New Issue