Re: Guidance on using sequences and arrays

On 6/26/13 11:00 AM, Marcos Caceres wrote:
>> As in get notified when it changes? Or as in always see whatever the
>> state is now as opposed to what it was then?
>
> Yes, get notified when it changes.

OK, that tells you nothing about array vs sequence.  As in, when the 
notification happens you could re-examine the object you already have, 
or you could getCalls() to get a new sequence, depending on whether the 
object you have mutates itself.

-Boris

Received on Wednesday, 26 June 2013 15:06:59 UTC