-
Notifications
You must be signed in to change notification settings - Fork 8
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
카테고리 별 템플릿 개수 조회 #1031
base: dev/be
Are you sure you want to change the base?
카테고리 별 템플릿 개수 조회 #1031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
초롱 수고하셨어요 👍
작은 리뷰 몇개 남겼습니다~!
backend/submodules/private
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요고 파일은 포함되어야 하는 거 맞을까요?
체크 한번 부탁드려요~!
@@ -76,6 +76,15 @@ public Template update( | |||
return template; | |||
} | |||
|
|||
private void checkCategoryChanged(Category category, Template template) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private void checkCategoryChanged(Category category, Template template) { | |
private void updateCategoryCount(Category newCategory, Template template) { |
메서드명과 달리 단순 체크만 하지는 않고 내부 로직이 있어서 변경 제안해요!
84, 85라인 변수명도 조금 헷갈릴 수 있을 것 같아서 더 명확하게 제안해봅니당~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
변수명에 new
가 들어가는게 묘하게 불편해서 changed
로 변경하였습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
깔끔하네용~~!
f70727c
to
a3f1e2e
Compare
backend/submodules/private
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 커밋에서 지우고 강제푸시 했는데도 남아있네요?
그런데 들어가서 확인해보면 아무것도 변경된 건 없다고 뜨긴 합니다.
⚡️ 관련 이슈
close #967
📍주요 변경 사항
🎸기타
🍗 PR 첫 리뷰 마감 기한
1/17(금)23:59 (여행 이슈로 넉넉하게 두었습니다)