Worst ideas/features in programming languages?

Guillaume Piolat first.last at gmail.com
Mon Oct 25 10:01:35 UTC 2021


On Sunday, 24 October 2021 at 08:42:54 UTC, Ola Fosheim Grøstad 
wrote:
> It us equally puzzeling why prople want "&&" instead of "and" 
> or "||" instead of "or". There is no rational explanation, I 
> think people like to feel that they are using something 
> advanced and that a syntax that that is associated with 
> advanced usage makes them feel more skilled? Kinda like 
> fashion...

Like genetic random drift, those boolean operators are mostly 
because C won over Pascal.
The boolean operators in Pascal and Ada are more readable in my 
opinion.
So I guess the majority of people in the native just never 
experienced those other operators.





More information about the Digitalmars-d mailing list