[TYPO3-ect] naming conventions

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Mar 10 15:18:34 CET 2006


>>I'd propose:
>>tx_extlib
>>tx_extlib_foo
>>tx_extlib_bar
> 
[...]
> ext_div::whatEver()


ext_div::whatEver() could indeed be a solution. It is short enough
that I would enjoy to work with it.

Combining both we could come to the extension key "div" with the
usage: tx_div::whatEver().

That would read in long "Typo3 Extensions Diverse Functions Library."
and would still work in the range of CGL and current tools configuration.

It would lose on the other hand the brand of ECT, of a library that is
specially developed and recommmended by the ECT.

So far this seem the alternatives in question to me for a common class
of static functions for extensions:

Key            Klass usage

ect(_div)      ect_div::somewhat();
ext(_div)      ext_div::somewhat();
div            tx_div::somewhat();


Regards

Elmar
























More information about the TYPO3-team-extension-coordination mailing list