An open API service indexing awesome lists of open source software.

https://github.com/devleejb/test-driven-dev-study

Test Driven Development Study
https://github.com/devleejb/test-driven-dev-study

tdd test-driven-development

Last synced: 5 months ago
JSON representation

Test Driven Development Study

Awesome Lists containing this project

README

          

# test-driven-dev

이 레포지토리는 [The RED : 이규원의 현실 세상의 TDD : 안정감을 주는 코드 작성 방법](https://fastcampus.co.kr/dev_red_ygw)을 수강하며 정리한 내용을 담고 있습니다.

## Contents

### Intro. 좋은 코드

0. [엔지니어링](https://devleejb.notion.site/0-0f52a4df7c5842479c0e87c17fcc9510)

### 테스트 주도 개발 기초

1. [코드 기능 명세](https://devleejb.notion.site/1-fc30c5fb33ee44d89de698f650802b98)
2. [테스트 기법](https://devleejb.notion.site/2-ff9935f785834279a5205302f52f02be)
3. [코드 분해](https://devleejb.notion.site/3-c338a1d62464436db344bf025728ce5a)
4. [단위 테스트](https://devleejb.notion.site/4-b8c2ac140b464fc789e604b3e2a0c128)
5. [테스트 우선 개발](https://devleejb.notion.site/5-522fa6fe197a49f1840272058b3ebf2e)
6. [정리된 코드](https://devleejb.notion.site/6-a921db88b120426fac43c3852df5637e)
7. [테스트 주도 개발](https://devleejb.notion.site/7-a67fb0fd79fc4a7c9955bcb144ae267c)
8. [프로그래머 피드백](https://devleejb.notion.site/8-118bae51887e430c8c6e8e3d98dbdc53)
9. [장난감 (1)](https://devleejb.notion.site/9-1-ff4244cde7764189b32e6acd25e07766)
10. [장난감 (2)](https://devleejb.notion.site/9-2-9e0d584923ad40fa8dd1133cb80fd308)
11. [장난감 (3)](https://devleejb.notion.site/9-3-65f40047713f47e996a64f78d62b7e7f)

### 테스트 주도 개발의 깊은 곳

1. [인터페이스와 구현](https://devleejb.notion.site/1-64db9b54fb1b4d38aae3fd3541e298f0)
2. [환경 변화와 적응력](https://devleejb.notion.site/2-a598fa76150d4f0299cb3705c1bc4d17)
3. [입력과 출력](https://devleejb.notion.site/3-ee345ec17b8441ad9dddb3cd72bf9b8e)
4. [테스트 대역](https://devleejb.notion.site/4-657ed87a430b4502b389d1b60bc4f914)
5. [Mockists vs. Classicists](https://devleejb.notion.site/5-Mockists-vs-Classicsts-7d69651780fb4561a626949175083ad0)
6. [Should I test private method?](https://devleejb.notion.site/6-Should-I-test-private-method-8f8ec165a7914046a33b2e54d85c51f6)
7. [테스트 주도 개발](https://devleejb.notion.site/7-47494e7f0eae4036aabbea4c29ad5332)
8. [테스트 주도 개발의 한계](https://devleejb.notion.site/8-d856054b8c3440c68c9f43c647db384d)
9. [인터페이스와 테스트](https://devleejb.notion.site/9-199e863f13e04080a0175a6f99c7e2cf)
10. [인수 테스트 주도 개발](https://devleejb.notion.site/10-96f4f6cd10d34a0e8fb0f6cfcf3f3f89)