Files
exercises-in-programming-style/32-reactive/README.md
2013-10-17 20:30:30 -07:00

14 lines
259 B
Markdown

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