We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0e9e commit f165589Copy full SHA for f165589
TODO
@@ -0,0 +1,27 @@
1
+Simplify specification
2
+======================
3
+
4
+map:
5
+ HEADER:
6
+ map:
7
+ name: [string: ]
8
+ version: [string: ]
9
+ sizeKB: [uint: ]
10
11
+The format now is very explicit. I am specifying explicitly
12
+that I expect a map (first line) and then explicitly listing
13
+out the keys.
14
15
+But by merely listing out the keys, am I not indicating that
16
+I expect a list? I can use this idea to condense the above
17
+tree specification to the one below:
18
19
+HEADER:
20
21
22
23
24
+Add richer set of checks
25
+========================
26
27
+Check for signed int, int within ranges etc.
0 commit comments