From 4c2c2b1cb0f1b522d435b865f4488ec69754ef2c Mon Sep 17 00:00:00 2001 From: zachary62 Date: Mon, 10 Mar 2025 15:39:10 -0400 Subject: [PATCH] update guide --- docs/guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 81ab936..a7d2423 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -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**: