|
Posted by Tony Marston on 12/17/18 11:54
"Shelly" <sheldonlg.news@asap-consult.com> wrote in message
news:C5Rzg.3201$0e5.561@newsread4.news.pas.earthlink.net...
> Correction:
>
> I previously posted that modern languages have the goto but good
> programmers (even not-so-good programmers) ddon't use it. I was wrong.
> In Java the goto is an unimplemented keyword. I made that mistake
> because, well, I can't remember the last time I used a goto.
>
> Shelly
PHP also does not have an unstructured GOTO simply because the language
authors see the potential for huge mistakes, and decided to leave it out to
help protect the unwary programmer from making difficult-to-spot mistakes.
It is my opinion that the introduction of case-sensitivity into software
falls into the same category, therefore should be avoided wherever possible.
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
Navigation:
[Reply to this message]
|