gral
gral copied to clipboard
Data should be stored in 1D objects
All data that is stored currently resides in DataTable, which is a two-dimensional data store. One-dimensional slices, such as Column and Row are derived from DataTable. Instead, they should be used to store the data and DataTable should aggregate the one-dimensional data structures.