I’m about to [insert situation]. Can you walk me through what will likely happen step by step, including small details, what it might feel like, and anything I should be prepared for? Be realistic, reassuring, and detailed without sugarcoating.
Prompt Engineering
Browse our complete library of Prompt Engineering prompts. Discover, copy, and use the best AI prompts for your next project.
2 prompts found
Implement [specific functionality] in [language/framework].
Requirements:
1. [Requirement 1]
2. [Requirement 2]
3. [Requirement 3]
Please:
- Modify only what is necessary
- Preserve existing code/comments unless changes are required
- Handle errors and edge cases properly
- Follow best practices for [language/framework]
- Keep performance and maintainability in mind
- Add clear comments where useful
- Mention any important assumptions before the code
Return:
1. Brief approach
2. Final code
3. Important notes (if any)