Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:43 +08:00
commit 2d7bed1e9d
8 changed files with 1725 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "kent-beck-tdd",
"description": "Kent Beck's organic TDD: Let design emerge naturally through small, iterative test cycles",
"version": "1.0.0",
"author": {
"name": "cash"
},
"commands": [
"./commands"
]
}