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.
주요 변경사항
com.sprint.mission.discodeit.service.file
패키지에 File 기반 서비스 인터페이스 구현체 추가File*Service
로 변경하여 테스트 진행서비스 구현체 분석
JCF*Service
구현체와File*Service
구현체를 비교하여 공통점과 차이점을 발견레포지토리 설계 및 구현
com.sprint.mission.discodeit.repository
[도메인 모델 이름]Repository
JCF*Repository
및File*Repository
구현체 추가JCF*Service
구현체의 "저장 로직"과 관련된 코드를 참고하여 구현File*Service
구현체의 "저장 로직"과 관련된 코드를 참고하여 구현심화 요구 사항
com.sprint.mission.discodeit.service.basic
패키지에Basic*Service
구현체 추가JCF*Repository
및File*Repository
를 활용하여 테스트테스트
JCF*Repository
구현체와File*Repository
구현체를 활용한 테스트 진행