Better version of reactive style. Added README.md

This commit is contained in:
Crista Lopes
2013-10-17 20:30:30 -07:00
parent a9ec3715f9
commit ecfeb0019c
2 changed files with 49 additions and 19 deletions

13
32-reactive/README.md Normal file
View File

@@ -0,0 +1,13 @@
Style #32
==============================
Constraints:
- Variables are updated automatically based on changing values of
other variables. Variable values possibly depend on data streams
(keyboard, mouse, etc.)
Possible names:
- Reactive
- Data-to-data