Changes
Page history
Fix typos
authored
Oct 22, 2019
by
Georg Graßnick
Show whitespace changes
Inline
Side-by-side
Implementation.md
View page @
07700920
...
@@ -123,7 +123,7 @@ _Kupper_
...
@@ -123,7 +123,7 @@ _Kupper_
-
first thoughts about possible formats: INI, JSON, XML
-
first thoughts about possible formats: INI, JSON, XML
-
readability for normal users?
-
readability for normal users?
-
easily pars
e
able?
-
easily parsable?
-
structure of the files: First section with general properties, following sections with page formats containing format specific properties
-
structure of the files: First section with general properties, following sections with page formats containing format specific properties
INI format:
INI format:
...
@@ -133,7 +133,7 @@ INI format:
...
@@ -133,7 +133,7 @@ INI format:
JSON & XML:
JSON & XML:
-
not very readable for normal users
-
not very readable for normal users
-
syntax can easily be broken unintentionally -> not pars
e
able if broken
-
syntax can easily be broken unintentionally -> not parsable if broken
Instead: Java Properties?
Instead: Java Properties?
-
native support (java.util.Properties)
-
native support (java.util.Properties)
...
...
...
...