On Saturday, 23 April 2016 at 11:03:03 UTC, Ed wrote:
Your D style is 90% Phobos compatible. There are few details you need to fix before writing more: you tend to forget the space after "if", "foreach" and "while". You'll see that actually this space makes the things more beautiful because the identifier used after the opening parenthesis and the first identifier used after the indentation are aligned.

if (wellAligned)
    wellAligned++;


You can fix existing work with Dfmt if you dont want to process manually.

Thank you for pointing this out.

Lodovico Giaretta

Reply via email to