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.