From e37fd9c1056ad461577948d4e968daed1ece8398 Mon Sep 17 00:00:00 2001 From: Dax Date: Wed, 7 Jan 2026 22:29:42 -0500 Subject: core: add interactive question tool for gathering user preferences and clarifying instructions (#7268) --- STYLE_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'STYLE_GUIDE.md') diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 47d008fb4..8dd3be589 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -1,7 +1,8 @@ ## Style Guide - Try to keep things in one function unless composable or reusable -- AVOID unnecessary destructuring of variables +- AVOID unnecessary destructuring of variables. instead of doing `const { a, b } += obj` just reference it as obj.a and obj.b. this preserves context - AVOID `try`/`catch` where possible - AVOID `else` statements - AVOID using `any` type -- cgit v1.2.3