[TYPO3-team-core-v5] Coding guidelines on one page
Bastian Waidelich
bastian at typo3.org
Mon Sep 22 17:10:48 CEST 2008
Karsten Dambekalns wrote:
> I took Bastians comments and some of mine and added them to
> http://forge.typo3.org/wiki/package-flow3cgl/FLOW3CGL
> to keep this in one place.
I like "namespace F3::TestPackage; has to be namespace F3::TestPackage;" ;)
fixed that typo.
> "We never add the @author tag for classes, only for methods
> and interfaces."
It might be good to mention, that no @author tag is added for methods in
interfaces (that's what I meant with "method stubs").
Also important: whenever you change existing code from someone else, add
another @author tag to the respective method/interface.
Is that correct?
Bastian
More information about the TYPO3-team-core-v5
mailing list