Coding

Structured Feature Implementation Request

Fill in the feature you want built, the language, and up to three specific requirements, and get an implementation request structured enough that nothing important gets skipped. It explicitly asks for error handling, edge cases, performance, and framework best practices to be considered up front, and instructs the output to keep existing comments intact and explain its own logic inline.

Prompt
I need to implement {{functionality}} in {{language}}.
Key requirements:
1. {{requirement_1}}
2. {{requirement_2}}
3. {{requirement_3}}
Please consider:
- Error handling
- Edge cases
- Performance optimization
- Best practices for {{language_or_framework}}
Please do not unnecessarily remove any comments or code.
Generate the code with clear comments explaining the logic.
Download .md

Variables