[✨feat] InternshipTitle 구현 #55
Open
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.
📄 Work Description
InternshipTitle
VO(Value Object)를 구현했습니다.InternshipException
과InternshipErrorCode
를 활용하여 명확하게 구분했습니다.@Embeddable
어노테이션을 활용해 JPA 내장 타입으로 매핑되며, DB와의 연동을 고려한 설계입니다.💭 Thoughts
isBlank()
를 사용해 체크했습니다.trim()
처리를 하지 않은 이유는, 제목에 양끝 공백이 의도적으로 포함될 가능성도 고려했기 때문입니다.✅ Testing Result
🗂 Related Issue