+1 to named params. Please please please. :)
=> is my vote for syntax. Makes sense. Doesn't make sense to introduce another way to
express something we've been used to for years with key => value, and is it that important
to save one character per assignment?
On Sep 6, 2013, at 9:39 AM, Nikita Popov <[email protected]> wrote:
> Hi internals!
>
> I created an RFC and preliminary implementation for named parameters:
>
> https://wiki.php.net/rfc/named_params
>
> The RFC and implementation are not yet complete. I mainly want to have
> feedback on the idea in general and on the Open Questions (
> https://wiki.php.net/rfc/named_params#open_questions)
> in particular.
>
> Thanks,
> Nikita