Final by default?

deadalnix deadalnix at gmail.com
Fri Mar 14 17:29:35 PDT 2014


On Saturday, 15 March 2014 at 00:00:48 UTC, Michel Fortin wrote:
> On 2014-03-14 20:51:08 +0000, "monarch_dodra" 
> <monarchdodra at gmail.com> said:
>
>> I hate code "commented out" in an "#if 0" with a passion. 
>> Just... Why?
>
> Better this:
>
>
> #if 0
> ...
> #else
> ...
> #endif
>
>
> than this:
>
>
> /*
> ...
> /*/
> ...
> //*/

/+
...
/*+//*//+*/
...
//+/


More information about the Digitalmars-d mailing list