Why is D unpopular, redux.

Adam D Ruppe destructionator at gmail.com
Mon May 23 17:39:58 UTC 2022


On Monday, 23 May 2022 at 17:30:38 UTC, mee6 wrote:
> I don't think so, I don't want things to break cause I want my 
> code to keep working.

Not all breakages are the same.

Some of the "breakage" I want are places where the compiler 
accepts invalid things according to the spec. Which means your 
code is *currently* broken, just the compiler doesn't tell you.

You also need to consider migration paths and if it is forward or 
backward compatible.


More information about the Digitalmars-d mailing list