JAVA

[JAVA] Builder Model

k9e4h 2021. 1. 7. 13:54

updated 2020.08.07

https://medium.com/@KonfHub/refactoring-long-parameter-list-in-constructors-java-e9c9f2cb1fb

 

Refactoring Long Parameter List in Constructors (Java)

Say you come across a class named PollutantEntry that has a long parameter list in the constructor:

medium.com

 

updated 2021.01.07

johngrib.github.io/wiki/builder-pattern/

 

빌더 패턴(Builder Pattern)

객체의 생성 방법과 표현 방법을 분리한다

johngrib.github.io

 

 

반응형

'JAVA' 카테고리의 다른 글

Java Heap Dump  (0) 2021.03.19
LogBack Log4J  (0) 2021.03.15
JVM 메모리 구조 및 변수 적재 위치  (2) 2020.12.14
Java 성능 관리  (0) 2020.12.09
[Java] boolean, Boolean  (0) 2020.07.21