fold icon indicating copy to clipboard operation
fold copied to clipboard

Split into storage and data structure spec

Open edemaine opened this issue 4 years ago • 0 comments

@estollnitz suggests removing redundancy from the various data structures in the spec. @origamimagiro's proposal is to split the spec into two parts:

  1. Storage spec minimal nonredundant options, ideally classified by classes. These would roughly match our recommendations.
  2. Internal representation spec (somewhat JS specific, essentially #16, but adaptable to other object-oriented languages) which includes computable properties. We'd also want JS code that converts between them (as in #16).

edemaine avatar Jan 29 '20 18:01 edemaine