[TYPO3-core] FYI24: #14561: Violation of naming conventions in t3lib_compressor
Steffen Gebert
steffen at steffen-gebert.de
Fri Jun 4 12:45:42 CEST 2010
Am 04.06.2010, 12:32 Uhr, schrieb Ingo Renner <ingo at typo3.org>:
> This is an SVN patch request.
>
> Type: CGL violation, nobrainer
>
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=14561
>
> Branches: trunk
>
> Problem:
> t3lib_compressor violates the naming conventions by starting
> "compressor" with a lowercase C.
>
> When constructing class names, the part after the last underscore must
> start with an uppercase letter, everything in front of it serves as a
> namespace and must be lowercased.
>
>
> Solution:
> The attached patch fixes the CGL violations, and also corrects some
> typos and grammar in comments.
+1 by reading
Thanks Ingo, thought this only applies to compound words like PageRenderer.
Steffen
More information about the TYPO3-team-core
mailing list