in reply to How Much Is Too Much (on one line of code)?
Since one reads code left to right, there is a tension between the brevity you gain from statement modifiers and the cognitive burden of having to mentally rewrap the preceding statement with a conditional. Backtracking to wrap a conditional around another conditional is a bit much IMHO.
-guinex
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How Much Is Too Much (on one line of code)?
by Jenda (Abbot) on Jun 18, 2007 at 13:21 UTC | |
by duelafn (Parson) on Jun 18, 2007 at 15:41 UTC | |
by robot_tourist (Hermit) on Jun 20, 2007 at 07:17 UTC |