mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
[fix] typos
This commit is contained in:
parent
a6ee49b50c
commit
293fdcee2a
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ We can make the DoorServer publish an event whenever the doors are successfully
|
||||||
|
|
||||||
Imagine if we had some sort of dedicated mailbox for our door events that any processes can subscribe to.
|
Imagine if we had some sort of dedicated mailbox for our door events that any processes can subscribe to.
|
||||||
|
|
||||||
Then, if a module that is interested on those events can simply subscribe to them and implement their own handlers.
|
Then, a module interested on those events can simply subscribe to them and implement their own handlers.
|
||||||
|
|
||||||
This automatically makes our application more flexible, testable and maintainable.
|
This automatically makes our application more flexible, testable and maintainable.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue