[TYPO3-team-core-v5] Coding guidelines on one page

Malte Jansen mail at maltejansen.de
Wed Oct 8 13:10:21 CEST 2008


Karsten Dambekalns schrieb:
> Hi.
> 
> Malte Jansen wrote:
>> There cannot be any number of classes in one file, because it's one 
>> auf the rules that just one class is allowed in one file .
> 
> Yes. But phpDocumentor doesn't give a sh*t about our CGL ;)
> 
>> If There is just one Comment. Where does a DocComment belong? To the 
>> file or to the class.
> 
> Exactly that is why phpDocumentor tries to guess and emits a warning in 
> any case.
> 

Hi Karsten,

why not creating our own phpDocumentor? ;)
- it does not support AOP and all the other new tags.

We just need a view for displaying it. The rest is already there... Ok, 
perhaps a small controller for managing the views is missing.
A model is already there for checking the DocComment. (Until the weekend 
it work with all checks).
Any new tag could be simply supported. The DocComment could be simply 
move to it's own package... But this could be done later.

Cheers,

Malte


More information about the TYPO3-team-core-v5 mailing list