We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a188f2 commit b9e21f7Copy full SHA for b9e21f7
readme.md
@@ -20,8 +20,8 @@ allows the algorithm to vary independently of the clients that use it.
20
php src/Strategy/mini-duck-simulator.php
21
```
22
### Observer pattern
23
-Il pattern Observer definisce una dipendenza uno-a-molti tra gli oggetti in modo che quando un oggetto cambia stato,
24
-tutti i suoi dipendenti vengono notificati e aggiornati automaticamente.
+Observer pattern defines a one-to-many dependency between objects so that when an object changes state,
+all its employees are notified and updated automatically.
25
26
php src/Observer/weather-station.php
27
0 commit comments