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

[레거시 코드 리팩터링 - 4단계] 망고(고재철) 미션 제출합니다. #811

Merged
merged 3 commits into from
Oct 29, 2023

Conversation

Go-Jaecheol
Copy link

안녕하세요 주노!
드디어 마지막 미션 마지막 단계네요..

멀티 모듈 처음 적용해보는데 이상한 곳에서 터지고 생각보다 시간이 걸렸네요 🥲
컨텍스트 별로 분리할까 생각하다가 그래도 처음 해보는 거고 시간이 많지 않아서, 힌트에 나와있는 jojoldu님 블로그 참고해서 core랑 api로 나눠보았습니다!
(블로그에는 api(db와 상호작용), web(사용자와 상호작용)으로 나와있는데 core(db와 상호작용), api(사용자와 상호작용)가 더 어울리는 것 같아서 바꿨습니다 ^^)

마지막까지 부족한 코드지만 잘 부탁드립니다..!
지금까지 주노가 있어서 우테코 10개월이 즐겁고 편했네요. 항상 이것 저것 많은 도움 줘서 고마워용
나중에 술 한 번 살게요 :)

Copy link
Member

@Choi-JJunho Choi-JJunho left a comment

Choose a reason for hiding this comment

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

망고! 4단계도 빠르게 적용해주셨네요!~!

아주아주 작고 사소한 디테일만 확인해주시면 감사하겠습니다🙏

Comment on lines 1 to 6
plugins {
id("java")
}

group = "kitchenpos"
version = "0.0.1-SNAPSHOT"
Copy link
Member

Choose a reason for hiding this comment

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

가장 최상위 디렉터리에 존재하는 build.gradle에 선언되어있는 내용이므로 생략해도 될 것 같아요!

Copy link
Author

Choose a reason for hiding this comment

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

반영했습니다 👍

Comment on lines 1 to 6
plugins {
id("java")
}

group = "kitchenpos"
version = "0.0.1-SNAPSHOT"
Copy link
Member

Choose a reason for hiding this comment

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

가장 최상위 디렉터리에 존재하는 build.gradle에 선언되어있는 내용이므로 생략해도 될 것 같아요!

ditto

Copy link
Author

Choose a reason for hiding this comment

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

ditto 😎

@@ -56,7 +56,7 @@ class 테이블_단체_지정 {
final var request = TableGroupFixture.단체지정요청_생성(Collections.singletonList(savedOrderTable));

// when & then
assertThatThrownBy(() -> tableGroupService.create(request))
Assertions.assertThatThrownBy(() -> tableGroupService.create(request))
Copy link
Member

Choose a reason for hiding this comment

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

오잉?! 패키지를 옮기면서 static import들이 모조리 풀려버린 것 같네요 ㅠㅠㅜ

Copy link
Author

Choose a reason for hiding this comment

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

아아아아앗..!

Copy link
Member

@Choi-JJunho Choi-JJunho left a comment

Choose a reason for hiding this comment

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

망고~! 반영해주신 내용 확인했습니다~!

이렇게 우테코 마지막 미션을 망고와 함께하게되어 영광입니다 🙇‍♂️
저 또한 10개월간 망고에게 많은 도움을 받아 즐겁게 캠퍼스생활을 할 수 있었습니다 👍

나머지 시간도 잘 마무리 하고 술한잔 하시죠 🍻🍻

@Choi-JJunho Choi-JJunho merged commit 9652878 into woowacourse:go-jaecheol Oct 29, 2023
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.

2 participants