in reply to Re: Re^3: my, my, my
in thread my, my, my
I thought of that layout but don't like it. Much too verbose, and the nested ternaries are supposed to look like a switch construct.
I didn't think of return unless for some reason. There's no real difference. I'm pretty sure (without deparsing to verify right now), that the unless form compiles to the or form, internally, and I like it because the return is not the expected path - but it requires an extra pair of noisy parens, so the jury's out on that one too. :)
(You can tell I spend a fair bit of time pondering style questions..)
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^5: my, my, my
by BrowserUk (Patriarch) on Nov 16, 2002 at 15:21 UTC |