Difference between revisions of "User talk:ANSI Soderstrom/Simple LSL Array (Associative)"

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with '{{Talk}}')
 
(→‎Thoughts: new section)
Line 1: Line 1:
{{Talk}}
{{Talk}}
== 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 do 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)

Revision as of 23:24, 21 April 2010


Thoughts

  1. 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.
  2. Where is the REMOVE function?
  3. This is not what I think of when i think of "array" nor do a simple one at that, what you have here is an ""Wikipedia logo"associative array".

-- Strife (talk|contribs) 06:24, 22 April 2010 (UTC)