Open
Conversation
- 객체의 컨텍스트 내에서는 "id"를 사용 - 외부 컨텍스트에서는 "classNameId"와 같이 클래스 이름을 접두사로 사용
- Response와 Request의 형식이 똑같음 - 공통 부분은 추상클래스를 통해 코드 중복 해결 - 확장성 대비 - SRP 준수
- Update 방식: Dirty Checking - 기존 프로필 전부 제거 후 새로운 프로필 구성 - 새로운 프로필 저장 조건 1. 프로필이 대표 프로필인 경우 2. 하나 이상의 밴드에서 사용되는 경우 - MemberBand 관련 예외 클래스 추가 - 메소드 설명 주석 표시
Open
2 tasks
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.
개요
프로필 수정 기능 구현한다
한 일
프로필 수정 기능 구현
프로필은 다음 경우를 제외하고는 전부 삭제됨
ETC
close #55