On Jan 21, 2007, at 11:13 PM, Andres Valloud wrote:
> Hello Travis,
>
> Saturday, January 20, 2007, 1:37:56 PM, you wrote:
>
> TG> I don't know. But I would like to encourage people to not use it
> TG> and use keysAndValuesDo: instead. Then we could deprecate and
> TG> remove that method.
>
> Hmmmmmm... interesting...
>
> If we do that, then do: would seem deficient as it wouldn't be called
> valuesDo:. So perhaps we should deprecate keysAndValuesDo:, and
> rename/merge all others into withKeysDo: instead? Besides, it's
> shorter :).
This raises the question of #withKeysDo: vs #doWithKeys:,
perhaps we want both of those so people can order block's the
arguments as they like it most :-)
R
-