Best Practices¶
This page points to the detailed best-practice guides that keep the toolkit consistent, reliable, and developer-friendly.
Available Topics¶
- Error Handling: Design resilient code that communicates failures clearly.
- Logging: Use structured logging with context to make long-running scripts observable.
- Type Checking: Apply MyPy-friendly patterns, keep stubs updated, and respect typing guards.