On Mon, Nov 29, 2010 at 3:54 PM, Rafael Garcia-Suarez <rgs@consttype.org> wrote:
> ->> (since it does not cause pod nightmares) would get my vote currently.
While I'd prefer "?->" in an ideal world, I concur there are too many
issues with it.
if I had to go with an alternative, I'd support "->>".
It still looks clearly like an arrow, it's longer indicating it's
"special", and it's easy to type by just bouncing on the last key.
if ($foo->>{bar}->>baz(23)->>{biff} ) { ... }
-- David
Thread Previous
|
Thread Next