Skip to content

Commit

Permalink
update: 2023-12-18 객체는 어떻게 생성해야 하나요? With Builder Pattern 불필요한 제목 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
wlgns12370 committed Dec 18, 2023
1 parent 3d5a827 commit 8cb610a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ author: wlgns12370
tags: [Java, 기본기, Builder] # TAG names should always be lowercase
---

## 객체는 어떻게 생성해야 하나요? With Builder Pattern

---

Spring Boot를 사용하여 객체를 생성한다면 여러분들은 어떻게 생성하실 건가요? 요즘 시대에 적용되고 있는 방법들을 소개해 보겠습니다. 먼저 객체를 생성하기 전 **필드의 불변과 가변의 유무를 판단해야 합니다.**

> 💡 불변은 “변할 수 없는” 가변은 “변할 수 있는”으로 해석해 주시면 됩니다.
Expand Down

0 comments on commit 8cb610a

Please sign in to comment.