-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Refactor/recommendation 223] 탑승/하차 코드 리팩토링 #232
base: staging
Are you sure you want to change the base?
Conversation
…ation-223 # Conflicts: # src/main/java/kr/co/antoon/webtoon/facade/WebtoonStatusFacade.java # src/main/java/kr/co/antoon/webtoon/presentation/WebtoonController.java
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.
고생하셨습니다 👍🏼
webtoonStatusCount, | ||
status | ||
); | ||
return antCoinService.joinWebtoon(userId, webtoonId, response, status); |
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.
return antCoinService.joinWebtoon(userId, webtoonId, response, status); | |
return antCoinService.joinWebtoon(joinWebtoonDto); |
이런식으로 dto 객체를 만들어서 하는 건 어떠신가요??
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.
넵! 객채로 만들어서 전달하는 것이 더 깔끔하고 가독성도 좋을 것 같아용! 리뷰 감사합니다. 수정해서 올릴게여
💡 개요
📑 작업 사항
✒️ 코드 리뷰 요청 사항
✔️ 코드 리뷰 반영 사항