docs: add diagrams for facade, factory kit, factory method, factory, fan-out/fan-in, feature toggle, filterer, fluent interface, flyweight, front controller, function composition

This commit is contained in:
Ilkka Seppälä
2025-04-06 19:10:43 +03:00
parent aef4b37c9a
commit 9b64cdee98
21 changed files with 40 additions and 5 deletions
+4
View File
@@ -32,6 +32,10 @@ In plain words
> Factory kit is a configurable object builder, a factory to create factories.
Sequence diagram
![Factory Kit sequence diagram](./etc/factory-kit-sequence-diagram.png)
## Programmatic Example of Factory Kit Pattern in Java
Imagine a magical weapon factory in Java capable of creating any desired weapon using the Factory Kit Pattern. This pattern allows for configurable object builders, making it ideal for scenarios where the types of objects are not known upfront.
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB