Zain

181
Reputation
31 views

Registered User

Name Zain
Member for 1 year
Seen Sep 11 at 23:38
Website
Location Silicon Valley, CA
Age 22
Startup junkie, code machine, procrastinator extraordinaire.
Aug
10
awarded  Yearling
Jun
26
awarded  Scholar
Jun
25
comment The data structure for the “order” property of an object in a list
Yes, the sort order will be stored in the DB for each object (1 object == 1 row in the db).
Jun
25
revised The data structure for the “order” property of an object in a list
added 74 characters in body
Jun
25
comment The data structure for the “order” property of an object in a list
Thanks, stefanB. I added some more info to my post. Sorry, still new here :)
Jun
25
revised The data structure for the “order” property of an object in a list
added 182 characters in body; added 29 characters in body
Jun
25
awarded  Editor
Jun
25
comment The data structure for the “order” property of an object in a list
Err -- or rather, they would be linear. Typo.
Jun
25
revised The data structure for the “order” property of an object in a list
added 2 characters in body
Jun
25
comment The data structure for the “order” property of an object in a list
Comparisons wouldn't be linear then. I'd have to potentially scan through the remainder of the list to figure out if a > b.
Jun
25
asked The data structure for the “order” property of an object in a list