Files
exercises-in-programming-style/32-reactive
Crista Lopes 81a40bca3d Minor
2014-01-02 09:12:06 -08:00
..
2014-01-02 09:12:06 -08:00

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