|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Hungarian notation, kind ofby davido (Bishop) |
| on Jan 21, 2013 at 17:43 UTC ( #1014502=note: print w/ replies, xml ) | Need Help?? |
|
I find it particularly useful when unpacking args that are passed as references. Then I can look at the subroutine and remember immediately to pass a reference rather than a list.
I know at a glance that this sub takes an array ref. If I didn't use some sort of notation, and if the sub's code were a little more complicated, it helps to clarify. I'm in the habit of using (mostly) four-letter versions: _aref, _href, _fh, _sref. Perhaps there's value in shortening the identifiers by a couple of strokes (line length), but old habits die hard. Dave
In Section
Meditations
|
|
||||||||||||||||||||