mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-17 07:33:27 +08:00
docs(zh-CN): translate code block(plain text) (#753)
Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
@@ -21,10 +21,10 @@ origin: ECC
|
||||
### 红-绿-重构循环
|
||||
|
||||
```
|
||||
RED → Write a failing test first
|
||||
GREEN → Write minimal code to pass the test
|
||||
REFACTOR → Improve code while keeping tests green
|
||||
REPEAT → Continue with next requirement
|
||||
RED → 首先编写一个失败的测试
|
||||
GREEN → 编写最少的代码来通过测试
|
||||
REFACTOR → 改进代码,同时保持测试通过
|
||||
REPEAT → 继续处理下一个需求
|
||||
```
|
||||
|
||||
### Go 中的分步 TDD
|
||||
|
||||
Reference in New Issue
Block a user