forked from codesquad-members-2021/java-was
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
25 additions
and
12 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 |
---|---|---|
@@ -1,14 +1,27 @@ | ||
# 자바 웹 서버 | ||
|
||
## 진행 방법 | ||
|
||
* 요구사항에 대한 구현을 완료한 후 자신의 **github 아이디**에 해당하는 브랜치에 Pull Request(이하 PR)를 통해 코드 리뷰 요청을 한다. | ||
* 마지막 커밋에서 새로운 브랜치를 만들고 다음 단계 작업을 진행한다. | ||
* 코드 리뷰 피드백에 대한 개선 작업을 한다. | ||
* 코드 리뷰 완료시 upstream fetch 및 rebase를 진행한다. 충돌이 날 경우가 많으므로 잘 해결한다. | ||
* <옵션> 충돌로 인해 rebase 해결이 어려울 경우 merge를 이용해서 해결한다. | ||
* 반복적으로 프로젝트를 진행한다. | ||
|
||
## 온라인 코드 리뷰 과정 | ||
* [텍스트와 이미지로 살펴보는 코드스쿼드의 온라인 코드 리뷰 과정](https://github.com/code-squad/codesquad-docs/blob/master/codereview/README.md) | ||
* [동영상으로 살펴보는 코드스쿼드의 온라인 코드 리뷰 과정](https://youtu.be/a5c9ku-_fok) | ||
Java로 웹 서버를 직접 구현해봅니다. | ||
|
||
웹 서버를 직접 구현해 봄으로써 웹 클라이언트와 서버 사이에 데이터를 주고 받는 방법에 대해 깊이 있게 이해하는게 목적. | ||
|
||
## 우리는 이렇게 개발해요 | ||
|
||
- 빠른 구현 보다는 천천히 깊이 있는 접근을 지향합니다. | ||
|
||
- 한꺼번에 많이 하는 것 보다 조금씩 꾸준히! | ||
|
||
- 한 사람의 독주 보다는 함께 나아가는 것을 지향합니다. | ||
|
||
- 페어프로그래밍을 최대한 활용합니다. 그렇지 않을 경우 PR과 리뷰를 적극 활용해서 같은 방향으로 개발이 진행되도록 노력합니다. | ||
|
||
- 가급적 TDD로 구현합니다. | ||
|
||
## 협업 문서 | ||
|
||
- [협업 페이지 메인](https://sanhee.notion.site/HTTP-Web-Server-602b6e4517bc4b46b7296877a8a72134) | ||
|
||
- [그라운드 룰](https://github.com/sanhee/java-was/wiki/%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C-%EB%A3%B0---2021.07) | ||
|
||
- [데일리 스크럼](https://sanhee.notion.site/8343a2a1dc4e45dc8f47dbe784d63658?v=d1c6694b9e0a4d0cabd8f909629e1f5b) | ||
|
||
- [트러블 슈팅](https://sanhee.notion.site/c27b9876874a4e91961979fc168377fb?v=c5ae53d02100444290bc99422838ea64) |