Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<타입으로 견고하게 다형성으로 유연하게> 1장, 총 64페이지, 2025-01-10 #437

Open
jongfeel opened this issue Dec 29, 2024 · 1 comment · May be fixed by #439 or #444
Open

<타입으로 견고하게 다형성으로 유연하게> 1장, 총 64페이지, 2025-01-10 #437

jongfeel opened this issue Dec 29, 2024 · 1 comment · May be fixed by #439 or #444

Comments

@jongfeel
Copy link
Member

(최대한) 1월 9일 목요일 까지

  • 타입으로 견고하게 다형성으로 유연하게, 1장 타입 검사 훑어보기
  • 해당 스프린트의 챕터 부분을 읽고 리뷰 내용을 자유 서식으로 pull request 생성
  • (Required) 1장에서 최소 1개 이상 논의 내용 작성, 사전 코드리뷰로 의견 교환
  • (Required) 내용 중 리뷰를 원하는 부분 언급, 모임 시간 때 다른 분들의 코멘트로 논의 진행
  • (Optional) 위 필수 내용 외에 추가 논의, 질문, 공유 정보 작성
  • Reviewer는 자신을 제외한 멤버 9명 할당 (Assignees 멤버 목록 확인)
  • 정해진 날짜에 맞춰서 과제 제출하는 식 보다는 먼저 다 읽었다면 pull request를 빠르게 요청하는 것도 좋음

1월 10일 금요일 21:59 까지

다른 멤버 9명의 pull request review를 진행

  • 다른 멤버들의 pull request 적어도 1개 이상 코멘트 추가, 이후 approve 체크를 통해 리뷰 했다는 걸 인증 (github code review 방식과 동일합니다)
  • 멤버가 총 10명이므로 자신을 제외한 멤버의 pull request review를 9회 진행해야 합니다

1월 10일 금요일 22:00

Presentation Order (Updated asynchronous real time)

pull request 늦게 올린 순서대로 준비한 논의주제를 이야기
총 10명이므로 한 사람씩 짧게 리뷰 + 논의 주제를 최소 10분 정도 진행
공식적으로 예상 진행 시간은 2시간으로 0시에 끝내는 걸 목표로 합니다.
이후 얘기가 더 필요한 분은 끝날때(?)까지 진행하는 걸로 하겠습니다.

@jongfeel
Copy link
Member Author

jongfeel commented Dec 30, 2024

참고: Pull Request시 폴더 이름 생성 방법

과거 같은 이슈로 discussions에서 논의 되었던 적이 있습니다.

하지만 < 타입으로 견고하게 다형성으로 유연하게 > 의 경우
원서가 있는 번역본이 아니고 국내 저자의 책 제목이므로 영어 폴더 이름을 만들기가 난감할 것으로 예상됩니다.
구글 번역기를 돌리면 < Robust with type, flexible with polymorphism > 이런 제목이 나옵니다.

따라서
RobustWithTypeFlexibleWithPolymorphism
으로 하면 어떨까 싶습니다.

그러면 pull request 시 폴더 생성 규칙은 {year}/{title}/{github id}/{chapter}.md 이므로
제가 pull request를 올린다고 했을 때 예시로 만들어 보면
/2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter1.md
이 될 것 같습니다.

@TaeHyoungKwon TaeHyoungKwon linked a pull request Jan 2, 2025 that will close this issue
This was referenced Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment