On 5/25/2017 7:50 PM, Levi Morrison wrote:
>> https://wiki.php.net/rfc/uuid#namespace
>>
>> This is more a general thing. I know from many online conversations,
>> meetups, and conferences that people would love to see it.
> 
> My $0.02 is basically what Nikita Popov has said at some point in the past:
> 
> The PHP namespace should be reserved for things that are language
> oriented, not stuff shipped by default by PHP. For instance a PHP AST
> library would appropriately live in the PHP namespace. A UUID library
> which has nothing to do with PHP except that's the language we are
> using would not be appropriate there.
> 

Added variations with that to the RFC:

- Core\UUID
- Lang\UUID
- Standard\UUID
- STD\UUID
- UUIDs\UUID

Although I have to say that it seems very weird to me. The conclusion
that the PHP standard module does not belong to PHP makes no sense to
me. I most definitely do not want that my username (vendor) would be
used as a namespace in a core module (I also did not add that to the RFC).

I am also very unsure if that is exactly what Nikita meant back then.

-- 
Richard "Fleshgrinder" Fussenegger

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to