Files
exercises-in-programming-style/24-spreadsheet/README.md
2013-11-19 18:15:58 -08:00

319 B

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