Added style #8

This commit is contained in:
Crista Lopes
2013-09-22 11:09:51 -07:00
parent 9e4e0d9319
commit 49655700e1
2 changed files with 124 additions and 0 deletions

20
08-letterbox/README.md Normal file
View File

@@ -0,0 +1,20 @@
Style #8
==============================
Constraints:
- The larger problem is decomposed into 'things' that make sense for
the problem domain
- Each 'thing' is a capsule of data that exposes one single procedure,
namely the ability to receive and dispatch messages that are sent to
it
- Message dispatch can result in sending the message to another capsule
Possible names:
- Letterbox
- Messaging style
- Objects
- Actors