Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Abstractions and Performance

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 68 times

Re: Abstractions and Performance

#16 Post by LE_746F6D617A7A69 »

cuckooflew wrote: ...also I want to say, to clarify, I do also use "goto" quite a bit myself, all though I am not a programmer by profession, as a hobby I do write some programs for my own use, but obviously no where close to being a expert,...
@cuckooflew:

The "goto" keyword is a valid statement in both C and C++, but because the education quality level is dropping from generation to generation, the software companies have "discovered" that their stupid programmers are not able to use this statement correctly, so they have decided to mark it as a "bad practice" (aka: BLACK MAGIC ;) ) - to save morons from discovering that they are morons...

The "goto" statement can only be used by programmers who do understand the idea of "scope of variables" and the idea of "programing blocks/scopes" - those who don't understand this, will most likely write unsafe/unstable code anyway (no matter whether they're using the "goto" statement or not... )

Regards
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

Post Reply