in reply to the annoying keys "key" and "value"
Of course, in that case, I would've used a flat array (key1, val1, key2, val2, ...) or a array of "tuples" (key1,val1, key2,val2, ...). So it's hard to defend the structure you describe, even if I have seen it a lot in verbose APIs -- the serialization of which makes it even less defensible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: the annoying keys "key" and "value"
by LanX (Saint) on Dec 23, 2010 at 21:42 UTC |