D style guide

Ali Çehreli acehreli at yahoo.com
Mon Jun 17 12:58:08 PDT 2013


On 06/17/2013 12:09 PM, Joseph Rushton Wakeling wrote:

 > On 06/17/2013 05:36 PM, Ali Çehreli wrote:
 >> I want that space. It is very common in most C++ guidelines as well.
 >
 > Any particular reason?  It's not something that had ever occurred to 
me as being
 > important one way or the other.

I have no idea why that style have evolved but I like it. :) The reason 
may be to distinguish from function calls:

     foo(expr)

     if (expr)

I can't think anything else.

Ali



More information about the Digitalmars-d-learn mailing list