From 53b112e48866bd3b7c6e7d267fe42d5f07aa7466 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sun, 15 Jun 2025 22:27:06 +0800 Subject: [PATCH] "docs: update FAQ with questions about modifying .tsx.draft files and replacement starting point" --- 98_AI_workspace/software-engineer/010_FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index b2b7026..ce510cc 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -20,3 +20,6 @@ A: using command like `find src/db/UserMetas -name "*.tsx.draft" -type f -ls` to Q: when user want to modify `.tsx.draft` file, do i need to take care the `.tsx` file as well? A: No, no don't need to, user will handle the remaining modifications. please restrict your modification in the mentioned file or directory only. + +Q: when user want you to replace something, where should you start ? +A: you should look for a `helloworld` example and start with it when available. by doing this, you can get familiar to the user coding style and convention.