Files
exercises-in-programming-style/26-spreadsheet
2013-10-23 11:39:17 -07:00
..
2013-10-21 17:07:36 -07:00
2013-10-23 11:39:17 -07:00

Style #26

Constraints:

  • The problem is modeled like a spreadsheet, with columns of data and formulas

  • Some data depends on other data according to formulas. When data changes, the dependent data also changes automatically.

Possible names:

  • Spreadsheet
  • Dataflow
  • Active data