Hi!

$eep->oop()->ork()->ah()->ah();

the newcomer will have to spend significant time rummaging around the
source code to figure out what classes are involved.

As opposed to:
$oop = $eep->oop();
$ork = $oop->ork();
$ah = $ork->ah();
$ah2 = $ah->ah();

where it instantly becomes crystal clear! Come on, this argument of "I could read any code without ever knowing anything about anything but you feature broke it" is getting really stale. You couldn't, and the feature changed nothing.
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

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

Reply via email to