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
@@ -33,6 +33,10 @@ Wikipedia says
> A facade is an object that provides a simplified interface to a larger body of code, such as a class library.
Sequence diagram
![Facade sequence diagram](./etc/facade-sequence-diagram.png)
## Programmatic Example of Facade Pattern in Java
Here's an example of the Facade Design Pattern in a goldmine scenario, demonstrating how a Java facade can streamline complex operations.
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB