C++
Sean Kelly
sean at f4.ca
Fri Jun 30 12:25:29 PDT 2006
Deewiant wrote:
> Sean Kelly wrote:
>> I've become convinced that the "default everything to const" method seems
>> ideal, but this seems like something that should really be done before 1.0 if
>> it's going to happen?
>
> I agree. Walter posted somewhere in comp.lang.c++.moderated (I think it was
> there) that he thinks he should have made D like this from the start, but that
> it's too late now. With that, I disagree. We're not at 1.0 yet: it's not too
> late to break even every single line of D code out there.
And there's nothing wrong with making it a warning for N releases, or
allocating a new flag for experimental features, assuming it really is
the correct approach. Also, with discussion, we may even be able to
prepare for upcoming changes or put off creating code-level hacks to
mimic the same behavior.
Sean
More information about the Digitalmars-d
mailing list