On 3/14/2015 10:28 PM, deadalnix wrote:
I use them all the time, and cringe whenever I code in something else because i
don't have them. Once you have /* comments */ in some piece of code, you can't
comment blocks without going through hoops. that is very annoying./+ comments +/
are one of the simple thing that makes coding in D much more pleasant.
Use:
version (none)
{
...
}
instead of:
/+
...
+/
On a related note, see how difficult it is to remove a feature? Every time I
propose one, someone pops up and says they built their life around it :-)