Open
Conversation
YoungJJun
approved these changes
Apr 8, 2026
Collaborator
YoungJJun
left a comment
There was a problem hiding this comment.
4주차 피드백
-
yml 파일 환경변수 설정 좋습니다.
-
build.gradle 파일 버전 수정과 의존성 추가 좋습니다.
-
mission 내부에 store, location이 위치해 있습니다.
-
member 내부에 food, term이 위치해 있습니다.
-
위 두가지 패키지 구조에 대해서 워크북에서 그렇게 예시를 들어서 동일하게 설계하신 것 같습니다. 이후 워크북이 해당 패키지 구조를 유지하면서 예를들어 설명할 수 있다고 생각해서 수정을 필수로 하지는 않겠습니다!
하지만 개인적인 생각으로 food 등은 음식 카테고리를 의미해서 store에도 연결될 수 있다고 생각되는데 이 경우 food가 member 내부에 있어 패키지 참조에 있어서 문제가 발생할 가능성이 있어 보여요.
mission 내부에 위치한 location도 store의 위치로 쓰일 수 있을 것 같아 동일한 이유로 약간 우려되는게 있습니다.따라서 해당 패키지에서만 쓰이는게 아니라면 따로 분리하는걸 저는 추천할 것 같습니다!
주니 4주차 수고하셨습니다!
수정은 개인판단에 따라 시험 끝나고 5주차 진행전에만 해주시면 되고 이후에 머지해주세요~
다시 한번 시험 화이팅 입니다! 🍎
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 실습 체크리스트
✅ 컨벤션 체크리스트
📌 주안점