Extended Type Design.

sclytrack sclytrack at pi.be
Fri Mar 16 02:09:10 PDT 2007


> IMHO (b) should be 'readonly' and (c) should be 'const'.
[snip]

vote++


Keywords
--------

I also think keywords can be written attached to one another.
Like if you were to really call it "super const" have it called
superconst instead of super_const.

It is like the foreach_reverse that we have in D. Why not
call it foreachreverse instead.

I mean we don't write

   for_each()
   {
   }

but we write

   foreach()
   {
   }

const! is ugly.








More information about the Digitalmars-d mailing list