in reply to Re: Worst thing you ever made with Perl
in thread Worst thing you ever made with Perl
Putting whitespace in variable names (as, $foo {bar}) is something I would do in an obfuscation, to make the code *less* clear.
I don't see any whitespace in a variable name. I see whitespace between a variable name and an 'operator' though. Putting whitespace between '$foo' and '{bar}' is what I do all the time. It serves exactly the same purpose as putting whitespace around the addition operator, and between words in a sentence. Becauselongblobsoftextwithoutspacesinbetweenishardertoread.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Worst thing you ever made with Perl
by jonadab (Parson) on Oct 01, 2003 at 17:02 UTC | |
by Abigail-II (Bishop) on Oct 01, 2003 at 19:27 UTC |