rtk-tdd

Installation
SKILL.md

Rust TDD Workflow

Three Laws of TDD

  1. Do NOT write production code without a failing test
  2. Write only enough test to fail (including compilation failure)
  3. Write only enough production code to pass the failing test

Cycle: RED (test fails) -> GREEN (minimum to pass) -> REFACTOR (cleanup, cargo test)

Red-Green-Refactor Steps

Installs
1
Repository
akillness/rtk
First Seen
7 days ago
rtk-tdd — akillness/rtk