[Flow] CGL Filenames

Martin Kutschker masi-20l4 at typo3.org
Thu Nov 20 10:18:19 CET 2014


Am 20.11.2014 10:07, schrieb Carsten Bleicker:
> class foo{} ==> Foo.php
> abstract class foo{} ==> AbstractFoo.php
> interface foo {} ==> InterfaceFoo.php
> trait foo{} ==> TraitFoo.php
>
> i would prefer the cgl that these has to end up filenames reflecting the type and name.

IMHO it shouldn't be necessary to stuff abstract/interface/trait into 
the names of the language construct or the filename. But that's my taste.

A consistent naming scheme OTOH is something I value. Though isn't it 
FooInterface right now? That will get us FooAbstract and FooTrait.

Masi


More information about the Flow mailing list