Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-shiati/builder-demonstration-java
https://github.com/amir-shiati/builder-demonstration-java
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amir-shiati/builder-demonstration-java
- Owner: amir-shiati
- Created: 2021-10-13T14:02:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T15:09:51.000Z (about 3 years ago)
- Last Synced: 2023-11-08T18:37:31.509Z (about 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.