Files
exercises-in-programming-style/27-spreadsheet
2019-12-22 17:43:07 -08:00
..
2019-08-12 14:38:16 -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