Generate code in [programming language] that fulfills the following requirements described in comments: [comments].
Useful prompt but the real issue is bigger? That usually means the workflow or team mechanism needs attention, not just the wording.
Uses plain-language requirements to create functional code quickly.
# Comment: Create a Python function to reverse a string β def reverse_string(s): return s[::-1]
Log in to suggest improvements.