Unofficial wish list status.(Jul 2008) [OT]
Steven Schveighoffer
schveiguy at yahoo.com
Tue Jul 1 07:21:03 PDT 2008
"Bill Baxter" wrote
> What's left of D2 const is pretty much like what many are used to with
> C++. Yeh, so you have to write some methods multiple times for different
> constnesses, etc... you get used to it.
Slightly OT, the "scoped const" proposal I made a while back would help
solve this:
http://d.puremagic.com/issues/show_bug.cgi?id=1961
The main complaint from Andrei and Walter seems to be that any new features
or solutions that involve const will make it "too complicated." If you want
to know my response to that, read my latest comment:
http://d.puremagic.com/issues/show_bug.cgi?id=1961#c11
IMHO, I think Walter and Andrei hide behind the "can't do that because it
will make people like const less" defense much too often, especially when it
is a purely political defense (one that cannot ever be disproven unless the
proposal in question is implemented).
-Steve
More information about the Digitalmars-d
mailing list