Sebastian Bergmann schrieb:
> Marcus Boerger schrieb:
> 
>>And i'd say that people wanting namespaces are the minority.
> 
> 
>  The majority of people using PHP does not know what namespaces are
>  because they were never in a situation in which they needed them, hence
>  they do not "want" them.

No, there are simply three groups of people: One consisting of those not
knowing about namespaces and those who don't care about them. They have
no opinion on this and if they are implemented so they won't notice the
difference until they try to use them, they're fine and don't have to be
 considered here.

Then there are two groups who are well aware of the subject and they are
split into the pro- and contra evangelists. The pro people used to come
up with the "kinda-forbidden" word "enterprise-ready", which seems to be
disliked throughout the PHP community. Since the release of 5.1.0 they
can simply switch their argumentation to "The whole 'date' thingie
wouldn't have happened with namespaces!". The contra people throw in the
abbreviation KISS and see unnecessary complexity moving into the language.

Well, couldn't the namespaces have a "mode" where the namespace is
automatically prefixed to everything inside it (PEAR:Date => PEAR_Date)
so not using the "import" statement and using this mode would give the
contra fraction the same behaviour they want to retain?

OLLi

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

Reply via email to