chiasm-project / chiasm-dataset

A data structure for representing tabular data.
MIT License
0 stars 0 forks source link

Implement validation function. #1

Open curran opened 8 years ago

curran commented 8 years ago

The constraints that must be validated upon invocation of this function include:

curran commented 8 years ago

All these validations should eventually be implemented, but they do not block adoption of the chiasm-dataset data structure in other Chiasm modules. They do block complete testability though. Ideally, the completed validation function should be invoked as part of the tests for modules that adopt this data structure.