Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir-shiati/builder-demonstration-java


https://github.com/amir-shiati/builder-demonstration-java

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Builder

The **builder** pattern, as name implies, is an alternative way to construct complex objects. This pattern should be used when we want to build different immutable objects using the same object building process.