Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
키워드
여태 까지는 컨버터가 아닌 DTO와 Entity 에 to dto, 와 to entity 로 변환을 하는 방식을 사용 했엇는데 이런 방법도 있엇다는걸 알게 되어 추후 관련 기능을 구현 할 때는 가능하면 해당 방법으로 하는것이 좋겠다는 생각을 하게 됨
실기
보통 프로젝트 세팅 할 때 작업을 하기 위해서 erd, api 명세서를 핵심 기능 + 최소한의 기능만 작성(개발 하면서 필요에 따라 확장 및 수정이 용이 하도록) 한 다음에 시작하고 진행하면서 뻗어 나가는 형식을 선호하는 편인데,
처음부터 erd가 다 짜져 있는 상태에서 하려니, 전체적인 코드를 어떻게 짤지 생각하는 단계에서 컨트롤러, dto, 엔티티 부분에서 양식이 픽스가 되게 되어 이를 어떻게 첫 단추를 꿰어야 하나 혼동이 와서 엔티티와 레포지토리만 작성하고 제출하게 됨.