Final by default?

Michel Fortin michel.fortin at michelf.ca
Fri Mar 14 17:00:48 PDT 2014


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:


/*
...
/*/
...
//*/


-- 
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca



More information about the Digitalmars-d mailing list