On Saturday, 15 March 2014 at 00:00:48 UTC, Michel Fortin wrote:
On 2014-03-14 20:51:08 +0000, "monarch_dodra" <monarchdo...@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:


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

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

Reply via email to