-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb4aa9f
commit 36b2c06
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 자동차 경주 미션 | ||
|
||
## 참고링크 및 저장소 | ||
|
||
- [넥스트스텝](https://edu.nextstep.camp/) > [TDD, 클린 코드 with JavaScript](https://edu.nextstep.camp/c/BRaNdTQx) | ||
- 참고 저장소: [next-step/js-racingcar](https://github.com/next-step/js-racingcar) | ||
|
||
## 미션 진행 방식 | ||
|
||
### (1) 미션과 코드리뷰 | ||
|
||
1. 미션을 수행합니다. | ||
2. PR을 올립니다. | ||
3. 코드리뷰를 받습니다. | ||
4. 코드리뷰를 반영합니다. | ||
5. 머지 되면 다음 단계로 진행합니다. | ||
|
||
### (2) 회고 | ||
|
||
1주일에 1회 이상 모여서 회고를 합니다. | ||
|
||
1. 새롭게 알게된 지식 | ||
2. 고민이 되는 부분 | ||
3. 좋았던 부분 | ||
4. 다음에 시도해보면 좋을 것들 | ||
|
||
### (3) 테스트 | ||
|
||
1. 테스트를 작성할 수 있는 구간은, 모두 테스트를 작성하도록 합니다. | ||
2. 테스트를 작성 후 코드를 작성해도 상관 없고, 코드를 작성 후 테스트를 작성해도 상관 없습니다. | ||
|
||
## 미션 내용 | ||
|
||
- 노션을 참고해주세요. |