Omissible Parentheses...

Jarrett Billingsley jarrett.billingsley at gmail.com
Mon Aug 3 20:07:42 PDT 2009


On Mon, Aug 3, 2009 at 9:26 PM, Benji Smith<dlanguage at benjismith.net> wrote:
> Denis Koroskin wrote:
>>
>> Stdout("Hello, World!").newline.newline.newline;
>
> Ugh. This is one of the few things about Tango that really drives me nuts. I
> hate all the usage of the opCall overload and non-parenthetized function
> calls.

For what it's worth, "all" the use of opCall overloads is pretty much
exclusively limited to Stdout (or more generally,
tango.io.stream.Format).  And the omission of parens everywhere is
just Kris' style.  I can't read half his code because of it :P



More information about the Digitalmars-d mailing list