Re: [RFC] Short syntax for anonymous functions

From: Date: Mon, 25 Feb 2013 12:17:44 +0000
Subject: Re: [RFC] Short syntax for anonymous functions
References: 1 2 3 4 5 6 7 8 9 10 11 12  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message

On 2/21/2013 5:17 AM, David Muir wrote:
On 21/02/2013, at 6:12 AM, Lazare Inepologlou <[email protected]> wrote:
Long code is not always equivalent to readable code. A shorter syntax could improve readability in *some* cases. Long: $users->OrderBy( function( $x ){ return $x->Surname; } ); Short: $users->OrderBy( $x ==> $x->Surname );
I think your example proves the opposite. The fist example was much easier to read and understand than the second. That all depends on how many languages you're versed in, the short syntax above is common in many modern languages and has no clarity issues for me.
-- -Clint

Thread (65 messages)

« previous php.internals (#66183) next »