Massive renaming!

This commit is contained in:
Crista Lopes
2019-08-12 14:38:16 -07:00
parent e6c1238a56
commit 61d5f74ad9
90 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Style #15
==============================
Constraints:
- Larger problem is decomposed into entities using some form of abstraction
(objects, modules or similar)
- The entities are never called on directly for actions
- Existence of an infrastructure for publishing and subscribing to
events, aka the bulletin board
- Entities post event subscriptions (aka 'wanted') to the bulletin
board and publish events (aka 'offered') to the bulletin board. the
bulletin board does all the event management and distribution
Possible names:
- Bulletin board
- Publish-Subscribe