Re: [nodejs] Counting on Object Insertion Order

2012-08-18 Thread Alan Gutierrez
On Thu, Aug 09, 2012 at 06:34:45PM -0700, Martin Cooper wrote: On Thu, Aug 9, 2012 at 5:13 PM, Alan Gutierrez a...@prettyrobots.com wrote: Have you ever written Node.js code that counts on the implementation specific Object behavior that mantains the insertion order of properties? It

Re: [nodejs] Counting on Object Insertion Order

2012-08-09 Thread Martin Cooper
On Thu, Aug 9, 2012 at 5:13 PM, Alan Gutierrez a...@prettyrobots.com wrote: Have you ever written Node.js code that counts on the implementation specific Object behavior that mantains the insertion order of properties? It could be useful in configuration, for example, to specify fallbacks if