update guide

This commit is contained in:
zachary62 2025-03-10 15:39:10 -04:00
parent fe7f9ec383
commit 4c2c2b1cb0
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ These system designs should be a collaboration between humans and AI assistants:
- `post`: How the node writes data
5. **Implementation**: Implement nodes and flows based on the design.
- Start with a simple, direct approach (avoid over-engineering and full-scale type checking or testing). Let it fail fast to identify weaknesses.
- Start with a simple, direct approach (avoid over-engineering and full-scale type checking or testing).
- Let it FAIL FAST! Initially, refrain from adding `try` logic so you can quickly identify weak points in the system.
- Add logging throughout the code to facilitate debugging.
6. **Optimization**: