T
Ted Zlatanov
TZ> I really don't think it's such a big deal. Yeah, it's not ideal, but
TZ> it's hardly a crime against humanity. I really, really doubt it will
TZ> cause maintenance problems long-term (as long as you're sure of having
TZ> Perl 5.8 or later). And it's quite readable.
UG> readable or not, it is misleading to the reader. see my other post on that.
I disagree and your posts have not convinced me. Please note that
unlike you and most others in this thread, I'm giving a nuanced opinion.
TZ> So judge the audience for your code and write it accordingly. When in
TZ> doubt, be conservative, explicit, and simple.
UG> the audience judges your code, you don't judge the audience!
Please don't play word games. I clearly meant "judge" as in "to form an
opinion through careful weighing of evidence" not "to sit in judgment of."
EP> I've just checked. B<map> in void context is use-warnings clean. But
EP> one day it could change.
I try not to worry about that very unlikely event.
Ted
TZ> it's hardly a crime against humanity. I really, really doubt it will
TZ> cause maintenance problems long-term (as long as you're sure of having
TZ> Perl 5.8 or later). And it's quite readable.
UG> readable or not, it is misleading to the reader. see my other post on that.
I disagree and your posts have not convinced me. Please note that
unlike you and most others in this thread, I'm giving a nuanced opinion.
TZ> So judge the audience for your code and write it accordingly. When in
TZ> doubt, be conservative, explicit, and simple.
UG> the audience judges your code, you don't judge the audience!
Please don't play word games. I clearly meant "judge" as in "to form an
opinion through careful weighing of evidence" not "to sit in judgment of."
EP> I've just checked. B<map> in void context is use-warnings clean. But
EP> one day it could change.
I try not to worry about that very unlikely event.
Ted