{"id":28120988,"url":"https://github.com/devleejb/test-driven-dev-study","last_synced_at":"2025-10-16T10:18:38.130Z","repository":{"id":109025198,"uuid":"554851233","full_name":"devleejb/test-driven-dev-study","owner":"devleejb","description":"Test Driven Development Study","archived":false,"fork":false,"pushed_at":"2024-03-04T10:06:53.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T07:51:16.841Z","etag":null,"topics":["tdd","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devleejb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-20T14:02:03.000Z","updated_at":"2024-03-04T08:22:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b028fee-ede0-4ddd-8350-8a9e7669fea3","html_url":"https://github.com/devleejb/test-driven-dev-study","commit_stats":null,"previous_names":["devleejb/test-driven-dev-study"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devleejb/test-driven-dev-study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleejb%2Ftest-driven-dev-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleejb%2Ftest-driven-dev-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleejb%2Ftest-driven-dev-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleejb%2Ftest-driven-dev-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devleejb","download_url":"https://codeload.github.com/devleejb/test-driven-dev-study/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleejb%2Ftest-driven-dev-study/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279177528,"owners_count":26119979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tdd","test-driven-development"],"created_at":"2025-05-14T07:42:05.561Z","updated_at":"2025-10-16T10:18:38.096Z","avatar_url":"https://github.com/devleejb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-driven-dev\n\n이 레포지토리는 [The RED : 이규원의 현실 세상의 TDD : 안정감을 주는 코드 작성 방법](https://fastcampus.co.kr/dev_red_ygw)을 수강하며 정리한 내용을 담고 있습니다.\n\n## Contents\n\n### Intro. 좋은 코드\n\n0. [엔지니어링](https://devleejb.notion.site/0-0f52a4df7c5842479c0e87c17fcc9510)\n\n### 테스트 주도 개발 기초\n\n1. [코드 기능 명세](https://devleejb.notion.site/1-fc30c5fb33ee44d89de698f650802b98)\n2. [테스트 기법](https://devleejb.notion.site/2-ff9935f785834279a5205302f52f02be)\n3. [코드 분해](https://devleejb.notion.site/3-c338a1d62464436db344bf025728ce5a)\n4. [단위 테스트](https://devleejb.notion.site/4-b8c2ac140b464fc789e604b3e2a0c128)\n5. [테스트 우선 개발](https://devleejb.notion.site/5-522fa6fe197a49f1840272058b3ebf2e)\n6. [정리된 코드](https://devleejb.notion.site/6-a921db88b120426fac43c3852df5637e)\n7. [테스트 주도 개발](https://devleejb.notion.site/7-a67fb0fd79fc4a7c9955bcb144ae267c)\n8. [프로그래머 피드백](https://devleejb.notion.site/8-118bae51887e430c8c6e8e3d98dbdc53)\n9. [장난감 (1)](https://devleejb.notion.site/9-1-ff4244cde7764189b32e6acd25e07766)\n10. [장난감 (2)](https://devleejb.notion.site/9-2-9e0d584923ad40fa8dd1133cb80fd308)\n11. [장난감 (3)](https://devleejb.notion.site/9-3-65f40047713f47e996a64f78d62b7e7f)\n\n### 테스트 주도 개발의 깊은 곳\n\n1. [인터페이스와 구현](https://devleejb.notion.site/1-64db9b54fb1b4d38aae3fd3541e298f0)\n2. [환경 변화와 적응력](https://devleejb.notion.site/2-a598fa76150d4f0299cb3705c1bc4d17)\n3. [입력과 출력](https://devleejb.notion.site/3-ee345ec17b8441ad9dddb3cd72bf9b8e)\n4. [테스트 대역](https://devleejb.notion.site/4-657ed87a430b4502b389d1b60bc4f914)\n5. [Mockists vs. Classicists](https://devleejb.notion.site/5-Mockists-vs-Classicsts-7d69651780fb4561a626949175083ad0)\n6. [Should I test private method?](https://devleejb.notion.site/6-Should-I-test-private-method-8f8ec165a7914046a33b2e54d85c51f6)\n7. [테스트 주도 개발](https://devleejb.notion.site/7-47494e7f0eae4036aabbea4c29ad5332)\n8. [테스트 주도 개발의 한계](https://devleejb.notion.site/8-d856054b8c3440c68c9f43c647db384d)\n9. [인터페이스와 테스트](https://devleejb.notion.site/9-199e863f13e04080a0175a6f99c7e2cf)\n10. [인수 테스트 주도 개발](https://devleejb.notion.site/10-96f4f6cd10d34a0e8fb0f6cfcf3f3f89)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevleejb%2Ftest-driven-dev-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevleejb%2Ftest-driven-dev-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevleejb%2Ftest-driven-dev-study/lists"}