docs: poison pill and private class data diagrams

This commit is contained in:
Ilkka Seppälä
2025-04-09 21:33:13 +03:00
parent fdd07c772c
commit 261da00a1b
6 changed files with 12 additions and 5 deletions
+8
View File
@@ -33,6 +33,14 @@ Wikipedia says
> Private class data is a design pattern in computer programming used to encapsulate class attributes and their manipulation.
Mind map
![Private Class Data mind map](./etc/private-class-data-mind-map.png)
Flowchart
![Private Class Data flowchart](./etc/private-class-data-flowchart.png)
## Programmatic Example of Private Class Data Pattern in Java
Imagine you are cooking a stew for your family dinner. You want to stop your family members from tasting the stew while you're still preparing it. If they do, there might not be enough stew left for dinner.
Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB