Why is D unpopular, redux.

deadalnix deadalnix at gmail.com
Sun May 22 13:34:38 UTC 2022


On Sunday, 22 May 2022 at 01:37:55 UTC, Walter Bright wrote:
>
> BTW, 6857 is likely a breaking change. What to do about that?

I would say it is not a breaking change. I write contracts so 
that I know when my code is broken. When the compiler fails to do 
so, then it is a bug in the compiler. If my code breaks because 
this is fixed, then that means that my code **always was broken 
to begin with**. I'd rather know about it.


More information about the Digitalmars-d mailing list