[TYPO3-core] RFC: #15589: Move debug functions to own utility class

Jigal van Hemert jigal at xs4all.nl
Mon Aug 30 09:46:45 CEST 2010


On 29-8-2010 23:36, Steffen Kamper wrote:
> As the debug functions get better and featurerich, there are many
> advantages if they reside in an own utility class.

I agree. t3lib_div is not the place for them anymore.

> The patch moved the debug functions from t3lib_div into a new class
> t3lib_ utility_Debug.

One disadvantage of the new class name is that it is longer and harder 
to type than t3lib_div. When debugging you want to do that fast and even 
with code completion in an editor it isn't easy because there are more 
classes which start with t3lib_utility_

But I guess naming convention should be followed here :-/

Maybe the names of the functions in the new class can be cleaned up also 
to follow naming conventions?

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-team-core mailing list