10 lines
367 B
Markdown
10 lines
367 B
Markdown
# Starter Prompts (Copy/Paste)
|
|
|
|
Use these when you are not sure where to begin:
|
|
|
|
- Summarize this file in 5 bullets and list 2 risks.
|
|
- Refactor this function to remove duplication. Keep behavior the same.
|
|
- List tests I should add for this change.
|
|
- Explain this error and propose the top 3 fixes.
|
|
- Create a 5-step plan to split this class into smaller components.
|