Worst ideas/features in programming languages?

Max Samukha maxsamukha at gmail.com
Sat Jan 8 10:28:04 UTC 2022


On Thursday, 6 January 2022 at 13:18:56 UTC, Timon Gehr wrote:

> void foo(string x,){}      // <- unary tuple

While you are correct, it is likely to be a breaking change. 
Currently (string x,) is allowed and means the same as (string x).


More information about the Digitalmars-d mailing list