docs: balking, bloc, bridge diagrams

This commit is contained in:
Ilkka Seppälä
2025-04-06 08:27:22 +03:00
parent 9ca63fce83
commit 25f7bc6fea
6 changed files with 12 additions and 4 deletions
+4
View File
@@ -35,6 +35,10 @@ The Bloc pattern manages the state of an object and allows for dynamically notif
> While not a formalized "Gang of Four" design pattern, Bloc is widely used in state-driven applications. It centralizes state management and propagates state changes to registered observers, following principles of separation of concerns.
### Sequence diagram
![Bloc sequence diagram](./etc/bloc-sequence-diagram.png)
---
## Programmatic Example of the Bloc Pattern in Java
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB