[squeak-dev] Last call for flatten vs. flattened

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Last call for flatten vs. flattened

Andreas.Raab
Folks -

After having popped the stack of stuff in the inbox, I'm intent on
clearing it out for good. As such I need either people to voice opinions
(and write code) about the issue of #flatten vs. #flattened or if noone
cares it'll be moved out of the inbox and into treated. Either way is
fine by me.

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Last call for flatten vs. flattened

Göran Krampe
Andreas Raab wrote:
> Folks -
>
> After having popped the stack of stuff in the inbox, I'm intent on
> clearing it out for good. As such I need either people to voice opinions
> (and write code) about the issue of #flatten vs. #flattened or if noone
> cares it'll be moved out of the inbox and into treated. Either way is
> fine by me.

I haven't even followed the thread but I would expect "flatten" to work
in-place and flattened to return a new collection. Right?

regards, Göran


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Last call for flatten vs. flattened

Julian Fitzell-2
2009/9/30 Göran Krampe <[hidden email]>:

> Andreas Raab wrote:
>>
>> Folks -
>>
>> After having popped the stack of stuff in the inbox, I'm intent on
>> clearing it out for good. As such I need either people to voice opinions
>> (and write code) about the issue of #flatten vs. #flattened or if noone
>> cares it'll be moved out of the inbox and into treated. Either way is fine
>> by me.
>
> I haven't even followed the thread but I would expect "flatten" to work
> in-place and flattened to return a new collection. Right?

Also my intuition, for what it's worth.

Julian