Comma expressions must die [Was: Reddit: why aren't people using D?]

Bill Baxter wbaxter at gmail.com
Thu Jul 23 17:53:35 PDT 2009


On Thu, Jul 23, 2009 at 3:41 PM, Adam D. Ruppe<destructionator at gmail.com> wrote:
> On Fri, Jul 24, 2009 at 12:03:37AM +0200, Michiel Helvensteijn wrote:
>> Would you look at this page and give me your opinion?
>
> Looking at it quickly, the big difference seems to be you leave the tuple
> word off, and use them in more places.
>
> Is
>
> Tuple!(int, bool) A = tuple(a, b)
>
> really that much worse than:
>
> (int, bool) A = (a, b)
>
> ?

Uh, yes.  Yes it is.
But I have to say I'm always amazed what clutter some people are
apparently willing to put up with when I look at just about any page
of MSDN.

--bb



More information about the Digitalmars-d mailing list