22 lines
581 B
HTML
22 lines
581 B
HTML
<h1>TODO</h1>
|
|
<h2>NTScalarArray</h2>
|
|
<p>NTScalarArrayBuilder::arrayValue</p>
|
|
<p>Should this be:</p>
|
|
<p>NTScalarArrayBuilder::value</p>
|
|
<p>This makes NTScalarArray consistent with other NTTypes.</p>
|
|
<h2>NTNameValue</h2>
|
|
<p>This does not have a value field like all the other NTTypes.
|
|
Perhaps instead of</p>
|
|
<pre><code>NTNameValue
|
|
string[] name
|
|
string[] value
|
|
</code></pre>
|
|
<p>It should be</p>
|
|
<pre><code>NTNameValue
|
|
value
|
|
string[] name
|
|
string[] value
|
|
</code></pre>
|
|
<h2>NTTable</h2>
|
|
<p>Should lables be label?
|
|
Compare with name,value from NTNameValue.</p> |