Design Pattern/Design Pattern(eng)1 Why & How to use Builder Pattern, good things Why use Builder Pattern : Making constructor is cumbersome. When collaborating with other developers, multiple constructors can lead to confusion about which constructor to use. Even if made constructor, some values could be null. It is cumbersome to put null. Builder Pattern's Good things: It is easy to make constructor. You don't have to think what values' order, neither what values to put Bui.. 2022. 11. 27. 이전 1 다음