Hi Marcio,

Thanks for the RFC!
We discussed a little bit with the Hoa [1]'s and fruux [2]'s community and we have a question. Why not pretending we have an array of symbols, something like:

    use Foo\Bar\[Baz, Qux];

instead of

    use Foo\Bar\{Baz, Qux};

This is a list vs. block debate. While I personally would go for `{` and `}`, here we declare a list, so we guess the array syntax would be more tailored.

Thoughts?


[1] http://hoa-project.net/
[2] https://fruux.com/ and http://sabre.io/

On 11/02/15 21:50, Marcio Almada wrote:
Hi internals!

Since no new discussion topics appeared, the voting on the Group Use
Declarations RFC for PHP7 is now open:

RFC: https://wiki.php.net/rfc/group_use_declarations#votes
Patch: https://github.com/php/php-src/pull/1005

As requested I've split the vote into two slightly different syntax
choices, so be sure to pick the right choice if you are going to vote yes.
The voting will close in exactly 14 days counting from now.

PS: Aknowledgements to Daniel Ackroyd for reviewing this RFC.

Márcio Almada
https://github.com/marcioAlmada


--
Ivan Enderlin
Developer of Hoa
http://hoa-project.net/

PhD. computer scientist
Hacker
http://mnt.io/


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to