in reply to Re: Short invocation for per-object methods
in thread Short invocation for per-object methods
Is $self->debug(...); sufficiently worse than debug ...; to warrant this?
I'd vastly prefer debug ....
If you do go ahead with this, at least limit the scope of $self.
That looks cleaner all right.
But based on both perrin and your answers I'll just go with $self->debug() after all.
|
|---|