Difference between revisions of "User talk:ANSI Soderstrom/Simple LSL Array (Associative)"
Jump to navigation
Jump to search
(→Thoughts: new section) |
m (→Thoughts) |
||
Line 5: | Line 5: | ||
# Why are you supporting multiple values for a key? It looks like you only return the last one with GET. PUT updates all of them which sorta makes having them pointless. | # Why are you supporting multiple values for a key? It looks like you only return the last one with GET. PUT updates all of them which sorta makes having them pointless. | ||
# Where is the REMOVE function? | # Where is the REMOVE function? | ||
# This is not what I think of when i think of "array" nor | # This is not what I think of when i think of "array" nor a simple one at that, what you have here is an "{{Wikipedia|associative array|associative array}}". | ||
-- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:24, 22 April 2010 (UTC) | -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:24, 22 April 2010 (UTC) |
Revision as of 22:24, 21 April 2010
Thoughts
- Why are you supporting multiple values for a key? It looks like you only return the last one with GET. PUT updates all of them which sorta makes having them pointless.
- Where is the REMOVE function?
- This is not what I think of when i think of "array" nor a simple one at that, what you have here is an " associative array".