Is there ANY chance we can fix the bitwise operator precedence rules?
Don
nospam at nospam.com
Tue Jun 22 05:39:01 PDT 2010
Jeff Nowakowski wrote:
> On 06/22/2010 12:06 AM, Don wrote:
>>> Finally, goto is ugly and continue is strongly associated with looping.
>>
>> ? It's most commonly used in error handling.
>> But, fallthrough actually is a goto.
>
> Do I really have to argue that goto is mostly deprecated, and has been
> for decades?
I think you misunderstood. I was arguing that there is no association
between 'goto' and loops. People who use goto, use it for error
handling, not for looping. I was by no means advocating the use of goto
for error handling!
More information about the Digitalmars-d
mailing list