in reply to Re: dereferencing question
in thread dereferencing question
communicating clearly with future developers
And also search tools, code prettyfiers and the occasional perl script to mass-update existing code bases for more modern Perl idioms¹. The more unique (and standardized across the whole codebase) a construct is, the easier it is to find, even with non-regex searches.
It's basically the same reason for naming a variable @customers instead of @c: Easier to understand, and much more important, easier to find.
¹ Converting to sub signatures, which (mostly) worked and saved me many days of manual editing.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: dereferencing question
by talexb (Chancellor) on Jan 22, 2025 at 17:07 UTC | |
by cavac (Prior) on Jan 23, 2025 at 09:01 UTC |