"D Language and Fortran DLL" article
    Michael 
    pr at m1xa.com
       
    Tue Aug 14 15:00:24 PDT 2012
    
    
  
On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
> nitpicks:
>
> 1. why not use DDoc ? E.g. @Author, @License
>    (http://dlang.org/ddoc.html)
Added.
> 2. formatting :). I know, I know it's a moot point.
>    Now it looks a bit like Windows version is "more primary".
>    I like it more:
>
>     version ( ) {
>         ...
>     }
>     else version ( ){
>         ...
>     }
>     else{
>
>     }
Windows is main dev OS.
Braces: http://dlang.org/dstyle.html
> 3. Some lines of code are outside of main area (like 49, 50).
>    Tested on Opera, FF, IE.
BitBucket bug, but fixed manually.
    
    
More information about the Digitalmars-d-announce
mailing list