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

https://github.com/integerous/tdd-practice-in-java

:bowling: NEXT STEP - TDD, Refactoring, Clean Code 5기 과제 모음
https://github.com/integerous/tdd-practice-in-java

Last synced: 8 months ago
JSON representation

:bowling: NEXT STEP - TDD, Refactoring, Clean Code 5기 과제 모음

Awesome Lists containing this project

README

          

# TDD, Refactoring, Clean Code 5기 과제 모음
>[박재성님의 TDD 강의](https://edu.nextstep.camp/) (2019.6.13 ~ 2019.7.31)를 수강하며 작성한 코드와 리뷰가 담긴 저장소

## 4주차 - 볼링 점수판 만들기
Step1 : 볼링 점수판 (그리기) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/37)
Step2 : 볼링 점수판 (점수 계산) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/43)
Step3 : 볼링 점수판 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/44)
Step4 : 볼링 점수판 (n명) - [코드 리뷰](https://github.com/next-step/java-bowling/pull/46)

## 3주차 - 사다리 게임 만들기
Step1 : Lambda, Stream, Optional 실습 - [코드 리뷰](https://github.com/next-step/java-ladder/pull/149)
Step2 : 사다리 (생성) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/198)
Step3 : 사다리 (게임 실행) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/207)
Step4 : 사다리 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-ladder/pull/221)

## 2주차 - 로또 게임 만들기
Step1 : 문자열 덧셈 계산기 - [코드 리뷰](https://github.com/next-step/java-lotto/pull/196)
Step2 : 로또 (자동) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/226)
Step3 : 로또 (2등) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/249)
Step4 : 로또 (수동) - [코드 리뷰](https://github.com/next-step/java-lotto/pull/262)

## 1주차 - 자동차 경주 게임 만들기
Step1 : 문자열 계산기 - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/284)
Step2 : 자동차 경주 - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/319)
Step3 : 자동차 경주 (우승자) - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/337)
Step4 : 자동차 경주 (리팩토링) - [코드 리뷰](https://github.com/next-step/java-racingcar/pull/362)