in reply to Re: Core module: Attribute::Handlers behaviour
in thread Core module: Attribute::Handlers behaviour
Thanks for quick response.
In my openion use constant; is a good solution for debug/info/error msgs. But if we are talking about tracing ...
it is like in log file ...
[<date_time>] TRACE: entering sub for ... [<date_time>] TRACE: parameters passed ... [<date_time>] TRACE: exiting sub for ...
as core module add attribute features during compilation only, there is less performance issue...less cluttering in your code. as compared to explicitly writing entry/exit for each module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Core module: Attribute::Handlers behaviour
by BrowserUk (Patriarch) on Oct 20, 2012 at 07:13 UTC |