Worst ideas/features in programming languages?

SealabJaster sealabjaster at gmail.com
Sun Oct 24 09:06:30 UTC 2021


On Sunday, 24 October 2021 at 09:04:16 UTC, SealabJaster wrote:
> I imagine && and || stem from & and |. You could probably have 
> something like "and" and "band", "or" and "bor" but to me that 
> doesn't seem as comfortable.

Adding onto that, a "pineapple on pizza" sort of thing is that 
some people like to write things like `a&b|c` instead of `a & b | 
c`, the former I don't think is possible with keywords, but is 
with operators.


More information about the Digitalmars-d mailing list