in reply to Suggestion for dealing with unfeasibly long code lines
This way - the code still remains readable, maintainable without needing to "figure out" where things begin and end. So monks that post may consider this as an alternative to "run-on" statements. This of course dos not apply to the obfuscated code.foreach (@example) { $unfeasibly_long_variable_name_I_should_know_better_really += $why_do_people_not_learn_to_break_lines / $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (2): Suggestion for dealing with unfeasibly long code lines
by nuance (Hermit) on Jun 20, 2000 at 18:18 UTC |