Files
exercises-in-programming-style/30-reactive
2013-11-19 18:15:58 -08:00
..
2013-11-19 18:15:58 -08:00
2013-11-19 18:15:58 -08:00
2013-11-19 18:15:58 -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