>I think they would *improve* readability. Certainly over $_[0], and
>even over:
> sub method {
> my ($self, @args) = @_;
> ...
> }
>I'm *forever* writing that and just it clutters up the code.
What about
sub somename : method (@args) {
...
}
And leaving your$self some other way at the object?
--tom
- RE: RFC 152 (v1) Replace $self in @_ with self() built... Damian Conway
- Re: RFC 152 (v1) Replace $self in @_ with self() ... John Siracusa
- RE: RFC 152 (v1) Replace $self in @_ with self() ... Myers, Dirk
- RE: RFC 152 (v1) Replace $self in @_ with self() ... Damian Conway
- Re: RFC 152 (v1) Replace $self in @_ with self() ... Damian Conway
- Re: RFC 152 (v1) Replace $self in @_ with sel... John Siracusa
- Re: RFC 152 (v1) Replace $self in @_ with sel... Tom Christiansen
- Re: RFC 152 (v1) Replace $self in @_ with self() ... Damian Conway
- Re: RFC 152 (v1) Replace $self in @_ with sel... John Siracusa
- Re: RFC 152 (v1) Replace $self in @_ with sel... Nathan Wiger
- Re: RFC 152 (v1) Replace $self in @_ with... Jonathan Scott Duff
- Re: RFC 152 (v1) Replace $self in @_ with... Randal L. Schwartz
