Guide for implementing features using TDD methodology
Help me implement this feature using TDD:
Feature description: ${{FEATURE_DESCRIPTION}}
Language: ${{PROGRAMMING_LANGUAGE}}
Testing framework: ${{TESTING_FRAMEWORK}}
Walk me through:
1. Red phase: Write failing tests first
2. Green phase: Minimal code to pass
3. Refactor phase: Improve code quality
4. Iteration cycles for complete feature
5. Test coverage verificationOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{FEATURE_DESCRIPTION][{PROGRAMMING_LANGUAGE][{TESTING_FRAMEWORK]