https://github.com/relph1119/tdd-project
《测试驱动开发-入门、实战与进阶》学习笔记和代码示例
https://github.com/relph1119/tdd-project
Last synced: 11 months ago
JSON representation
《测试驱动开发-入门、实战与进阶》学习笔记和代码示例
- Host: GitHub
- URL: https://github.com/relph1119/tdd-project
- Owner: Relph1119
- Created: 2025-06-28T08:02:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-28T08:56:14.000Z (about 1 year ago)
- Last Synced: 2025-06-28T09:34:24.849Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 《测试驱动开发-入门、实战与进阶》读书笔记
这本书是我读过的最完整介绍TDD(测试驱动开发)的书籍,按照一个Money管理系统案例,从Go、JavaScript和Python三种语言的实现,来讲解如何用TDD完成功能研发。本书最好应该结合《重构》一起来学习,更加明白在“红-绿-重构”阶段的重要性和实践。
本书源码:https://github.com/saleem/tdd-book-code
## 在线阅读地址
在线阅读地址:https://relph1119.github.io/tdd-project
## 环境安装
### 软件版本
- Python: 3.10 Windows环境
- Node:23.x
- Go:1.24.x
### 本地启动docsify
```shell
docsify serve ./docs
```
## 引用:本书出处
Learning Test-DrivenDevelopment,作者Saleem Siddiqui,由 O‘Reilly出版,书号 978-1-098-10647-8。