HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🍗
[New] 조규현팀
/
🔗
개발에 도움이 되는 사이트
/
💽
빌더 패턴
💽

빌더 패턴

Tags
builder
Created
Apr 14, 2022 04:54 AM
Related to 생각 공유 주제 (1) (링크) 1
category
Design-pattern
creator
modifier
type
Daily
속성
Exploring Joshua Bloch's Builder design pattern in Java
Download a PDF of this article The Builder pattern, which is one of the 23 Gang of Four (GoF) design patterns described by Erich Gamma et al., is a creational design pattern that lets you construct complex objects step by step. It allows you to produce different types and representations of a product using the same construction code.
Exploring Joshua Bloch's Builder design pattern in Java
https://blogs.oracle.com/javamagazine/post/exploring-joshua-blochs-builder-design-pattern-in-java
Exploring Joshua Bloch's Builder design pattern in Java