-
Notifications
You must be signed in to change notification settings - Fork 0
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
✨ [STMT-169] 스터디 완료 기능 구현 #122
Conversation
src/main/java/com/stumeet/server/study/adapter/in/web/StudyFinishApi.java
Show resolved
Hide resolved
src/main/java/com/stumeet/server/study/application/service/StudyFinishService.java
Show resolved
Hide resolved
내부에 있는 LocalDate.now()를 Mocking하신다는 말씀이 맞으실까요? 찬미님 말씀대로 내부에서 처리하면 인수도 없고 깔끔하다는 생각도 충분히 공감이 되는 것 같습니다. 그래서 저는 파라미터로 받는게 좋다는 생각이 듭니다. (지금 같은 경우는 외부로 부터 값을 받기만 하면 해결 될 상황이라 Clock이나 별도 인터페이스로 만들지는 않아도 된다고 생각이 드네요..!)
넵!!! 알겠습니다 👍 |
넵 자세한 답글 감사합니다! 👍👍👍 해당 내용 참고하여 이전 답글에 적은 내용대로 구현하겠습니다. |
앗 리뷰 반영한 커밋들을 push 하는것을 잊었네요 다시 작업하고 pr 올리겠습니다. |
💁 해결 하려는 문제를 적어주세요
🤔 어떤 방식으로 해결했는지 적어주세요
🙋 중점적으로 리뷰 했으면 하는 부분이 있다면 적어주세요
🧑🏫 이해를 위해 필요한 자료가 있다면 첨부해주세요