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, 2단계 - 체스] 페드로(류형욱) 미션 제출합니다. #642

Merged
merged 74 commits into from
Mar 24, 2024

Conversation

hw0603
Copy link
Member

@hw0603 hw0603 commented Mar 21, 2024

안녕하세요 제이, 체스 미션 리뷰이 페드로입니다!

이번 미션은 설계하는데 시간이 꽤 걸린 탓에 시간이 많이 남지 않아 만족할 만한 수준으로 리팩토링하지는 못한 것 같네요😅

특히 PawnMoveStrategy 쪽에 중복 코드가 많이 존재하는데, 차차 리팩토링하도록 하겠습니다.

리뷰 잘 부탁드립니다!

kelly6bf and others added 30 commits March 19, 2024 17:21
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
Co-authored-by: Hyunguk Ryu <hw0603@naver.com>
hw0603 added 27 commits March 22, 2024 15:54
- 타입이 팀 정보를 각각 가지기 -> 팀이 자신의 팀에 포함된 타입들을 가지기
@JunHoPark93
Copy link

커밋메세지를 정말 꼼꼼하게 작성해주셨네요 고생많으셨습니다. 힘들진않으셨나요?
이런 습관을 잘 들여놓으면 실제로 업무할때도 많은 도움이 되실거에요.

Copy link

@JunHoPark93 JunHoPark93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

안녕하세요 페드로~
리뷰 반영하느라 고생많으셨습니다.
커밋메세지도 정말 꼼꼼하게 잘 작성해주셨네요~
다음 단계에서 뵙겠습니다.

import java.util.Map;

public record Position(File file, Rank rank) {
private static final Map<String, Position> CACHE = new HashMap<>();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@JunHoPark93 JunHoPark93 merged commit 58f149a into woowacourse:hw0603 Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants