-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/76 커뮤니티 댓글 수정 기능 #77
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
Conversation
9c2ad96 to
1df3a6b
Compare
…-update' into feature/76-add-community-comment-update # Conflicts: # src/main/java/com/somemore/community/service/comment/UpdateCommunityCommentService.java # src/test/java/com/somemore/community/service/comment/UpdateCommunityCommentServiceTest.java
leebs0521
left a comment
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.
잘 작성하신것 같습니다!
고생하셨어요
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.
수고하셨습니다! 점점 코드가 잘 읽히도록 변해가는 것 같아요~~~
|
고생하셨습니다! |
| public void updateWith(CommunityCommentUpdateRequestDto dto) { | ||
| this.content = dto.content(); | ||
| } | ||
| } |
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.
개행을 추가해주면 좋을것 같습니다!
|



resolved :
📌 과제 설명
커뮤니티 댓글 수정 기능 구현
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점