implementation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Implementation

实现

Implement the requested changes:
  • Write production-ready code that follows existing patterns and conventions
  • Run tests to verify your implementation works correctly
  • Handle edge cases and error scenarios appropriately
  • Keep changes focused on what was requested — avoid unrelated improvements
If tests fail, fix them before moving on to the next phase of the workflow.
When implementation is complete, proceed to the verification and shipping phase.
完成要求的变更:
  • 编写符合现有模式和规范的可用于生产环境的代码
  • 运行测试以验证实现是否正常工作
  • 妥善处理边缘情况和错误场景
  • 专注于要求的变更内容——避免无关的改进
如果测试失败,请在进入工作流的下一阶段之前修复问题。
实现完成后,进入验证和交付阶段。