patterns/factory-kit/ #79
Replies: 1 comment
-
This pattern seems same as this one. Is this just a lambda based operation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
patterns/factory-kit/
Also Known As Abstract-Factory Intent Define a factory of immutable content with separated builder and factory interfaces. Explanation Real-world example Imagine a magical weapon factory that can create any type of weapon wished for. When the factory is unboxed, the master recites the weapon types needed to prepare it. After that, any of those weapon types can be summoned in an instant.
https://java-design-patterns.com/patterns/factory-kit/
Beta Was this translation helpful? Give feedback.
All reactions