Workshop: 利用TDD來發大財吧~ - DinDin, Steve Sun
===
{%hackmd FGRWt1UuTFKk0wSbGgg-SA %}
## Slide
{%speakerdeck chiaoteni/swift-smart-keypath %}
## Sample Code
https://github.com/peter6601/TDDFaDaTsaiDemo
## 共筆開始
write test -> TEST FAILS -> write code -> test passes -> refactor -> back to write test.
TDD思維
需求 -> 功能 -> 可測試文件
UI TEST
Intergration Test
Unit Test Unit Test
Unit Test 重點
---
- 快狠準
- mock Network requests
- prevent breaking changes
- ... and lot to be told
###### tags:`iPlayground2019` `workshop`