Documentation & Explanation (မှတ်တမ်းတင်ခြင်းနှင့် ရှင်းပြခိုင်းခြင်း)
Writing Docstrings / JSDoc
Section titled “Writing Docstrings / JSDoc”Function တစ်ခုရဲ့ အပေါ်မှာ ရှင်းလင်းချက်တွေ ရေးဖို့ AI ကို ခိုင်းပါ။
- Prompt: “Add JSDoc comments to this function. Explain the parameters and return value.”
Writing README.md
Section titled “Writing README.md”Project တစ်ခုလုံးအတွက် README ဖိုင် ရေးခိုင်းလို့ ရပါတယ်။
- Prompt: “Generate a README.md for this project. Include sections for Installation, Usage, and API Endpoints. Here is my
package.jsonand main server file.”
Explaining Complex Concepts
Section titled “Explaining Complex Concepts”Code ထဲမှာ နားမလည်တဲ့ Logic တွေ ပါနေရင် AI ကို ဥပမာနဲ့ ရှင်းပြခိုင်းပါ။
- Prompt: “Explain how this recursive function works with a simple example input.”