Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove plain objects #147

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions interface-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,10 @@ <h2>Design elements and principles</h2>
<li>Instances of the interfaces created with different libraries should be interoperable.</li>
<li>Interfaces do <em>not</em> specify how instances are stored in memory.</li>
<li>Interfaces mandate specific pre-defined methods such as <code>.equals()</code>.</li>
<li>Given the necessity of methods, plain objects (JSON) cannot be used.</li>
<li>
Factory functions (e.g., <code>quad()</code>) or methods (e.g.,
<code>store.createQuad()</code>) create instances.
</li>
<li>Should allow "upgrading" a plain object into a fully functional triple</li>
<li>Interfaces may have additional implementation specific properties.</li>
</ul>

Expand Down