返回 Skill 列表
extension
分类: 开发与工程无需 API Key

tdd-playbook

指导严格的TDD(红/绿/重构)流程,优先考虑领域单元测试和小步骤。

person作者: jakexiaohubgithub

TDD Playbook (training)

  • One failing test at a time.
  • Minimal code to pass.
  • Refactor only with green tests.
  • Prefer domain tests over UI tests. If stuck: restate smallest invariant and propose the next tiny test.