>> Using suffixes also takes into account the naming style in ZF1 with PHP < >> 5.3: >> >> Foo_Bar_Baz_Abstract >> Foo_Bar_Baz_Interface > > I think this is a red herring. The above doesn't map the same at all, as > in ZF1 we were able to group them in a directory together: > > Foo/ > Bar/ > Baz/ > Abstract.php > Interface.php > > We can't do likewise in ZF2 as we can't have classes/interfaces named > "Abstract" or "Interface" -- and hence the need for new naming > conventions.
Indeed, but why should we do it totally different? The argument with the grouping holds, as suffixing class names would allow for grouping, too. This argument weighs in a lot more than the grammatical argument. And again, it's consistent. You commented on the RFC likewise. > Andreas -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
