Click here to Skip to main content
15,915,081 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
General"Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
BillWoodruff4-Sep-19 2:35
professionalBillWoodruff4-Sep-19 2:35 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 3:40
CodeWraith4-Sep-19 3:40 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
OriginalGriff4-Sep-19 4:02
mveOriginalGriff4-Sep-19 4:02 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 4:26
CodeWraith4-Sep-19 4:26 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
OriginalGriff4-Sep-19 4:33
mveOriginalGriff4-Sep-19 4:33 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 4:47
CodeWraith4-Sep-19 4:47 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
obermd5-Sep-19 3:47
obermd5-Sep-19 3:47 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith5-Sep-19 4:18
CodeWraith5-Sep-19 4:18 
GOTO is unconditional. JMP is unconditional. There is only one unconditional branching instruction, more would not make much sense. Eell, I do know a processor with two unconditional branching instruction, but that's another story. On that processor I could actually perform an unconditional branch without using any of these instructions. Anyway, the compiler really does not have much choice how to implement a GOTO. It always comes down to this one instruction, so how much more equivalent do you want it?

Loops, IF and all that stuff are based on conditional branches, quite a selection of branching instructions. They all work the same way, but branch only if a specific condition is met. These instructions are not equivalent. A loop obviously does a little more than just branch somewhere.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Peter R. Fletcher5-Sep-19 5:32
Peter R. Fletcher5-Sep-19 5:32 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith5-Sep-19 7:53
CodeWraith5-Sep-19 7:53 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
pkfox4-Sep-19 4:48
professionalpkfox4-Sep-19 4:48 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 5:09
CodeWraith4-Sep-19 5:09 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
OriginalGriff4-Sep-19 6:27
mveOriginalGriff4-Sep-19 6:27 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 11:38
CodeWraith4-Sep-19 11:38 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Dr.Walt Fair, PE4-Sep-19 10:06
professionalDr.Walt Fair, PE4-Sep-19 10:06 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
CodeWraith4-Sep-19 12:51
CodeWraith4-Sep-19 12:51 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Fever9055-Sep-19 2:21
professionalFever9055-Sep-19 2:21 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
W Balboos, GHB4-Sep-19 4:32
W Balboos, GHB4-Sep-19 4:32 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
PeejayAdams4-Sep-19 5:01
PeejayAdams4-Sep-19 5:01 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
W Balboos, GHB4-Sep-19 5:08
W Balboos, GHB4-Sep-19 5:08 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Gary Wheeler4-Sep-19 7:32
Gary Wheeler4-Sep-19 7:32 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Roger Wright4-Sep-19 8:30
professionalRoger Wright4-Sep-19 8:30 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Gary Wheeler4-Sep-19 8:41
Gary Wheeler4-Sep-19 8:41 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Fever9055-Sep-19 2:19
professionalFever9055-Sep-19 2:19 
GeneralRe: "Suckehihaw" the new name for code so bizarre you laugh, or cringe, when you read it ? Pin
Slow Eddie5-Sep-19 2:57
professionalSlow Eddie5-Sep-19 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.