{"id":17054334,"url":"https://github.com/integerous/tdd-practice-in-java","last_synced_at":"2025-10-14T12:06:26.995Z","repository":{"id":107435201,"uuid":"205692513","full_name":"Integerous/tdd-practice-in-java","owner":"Integerous","description":":bowling: NEXT STEP - TDD, Refactoring, Clean Code 5기 과제 모음","archived":false,"fork":false,"pushed_at":"2019-10-14T14:50:19.000Z","size":5,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T17:56:28.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://edu.nextstep.camp/s/hl39gEEG","language":null,"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/Integerous.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,"publiccode":null,"codemeta":null}},"created_at":"2019-09-01T15:02:38.000Z","updated_at":"2023-05-28T14:30:33.000Z","dependencies_parsed_at":"2023-05-17T11:30:27.530Z","dependency_job_id":null,"html_url":"https://github.com/Integerous/tdd-practice-in-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Integerous/tdd-practice-in-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integerous%2Ftdd-practice-in-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integerous%2Ftdd-practice-in-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integerous%2Ftdd-practice-in-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integerous%2Ftdd-practice-in-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Integerous","download_url":"https://codeload.github.com/Integerous/tdd-practice-in-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integerous%2Ftdd-practice-in-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019412,"owners_count":26086575,"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-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-10-14T10:14:34.827Z","updated_at":"2025-10-14T12:06:26.977Z","avatar_url":"https://github.com/Integerous.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDD, Refactoring, Clean Code 5기 과제 모음\n\u003e[박재성님의 TDD 강의](https://edu.nextstep.camp/) (2019.6.13 ~ 2019.7.31)를 수강하며 작성한 코드와 리뷰가 담긴 저장소\n\n## 4주차 - 볼링 점수판 만들기\nStep1 : 볼링 점수판 (그리기) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/37)  \nStep2 : 볼링 점수판 (점수 계산) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/43)  \nStep3 : 볼링 점수판 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/44)  \nStep4 : 볼링 점수판 (n명) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/46)\n\n## 3주차 - 사다리 게임 만들기\nStep1 : Lambda, Stream, Optional 실습 - [코드 리뷰](https://github.com/next-step/java-ladder/pull/149)  \nStep2 : 사다리 (생성) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/198)  \nStep3 : 사다리 (게임 실행) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/207)  \nStep4 : 사다리 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/221)\n\n## 2주차 - 로또 게임 만들기\nStep1 : 문자열 덧셈 계산기 - [코드 리뷰](https://github.com/next-step/java-lotto/pull/196)  \nStep2 : 로또 (자동) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/226)  \nStep3 : 로또 (2등) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/249)  \nStep4 : 로또 (수동) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/262)\n\n## 1주차 - 자동차 경주 게임 만들기\nStep1 : 문자열 계산기 - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/284)  \nStep2 : 자동차 경주 - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/319)  \nStep3 : 자동차 경주 (우승자) - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/337)  \nStep4 : 자동차 경주 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/362)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegerous%2Ftdd-practice-in-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegerous%2Ftdd-practice-in-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegerous%2Ftdd-practice-in-java/lists"}