Click here to Skip to main content
15,887,214 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: for(int i=0; i<size; i++) Pin
Rosenne30-Apr-13 20:18
Rosenne30-Apr-13 20:18 
GeneralRe: for(int i=0; i<size; i++) Pin
greldak30-Apr-13 21:47
greldak30-Apr-13 21:47 
GeneralRe: for(int i=0; i<size; i++) Pin
dg6yhw111-May-13 5:32
dg6yhw111-May-13 5:32 
GeneralRe: for(int i=0; i<size; i++) Pin
dusty_dex30-Apr-13 0:26
dusty_dex30-Apr-13 0:26 
GeneralRe: for(int i=0; i<size; i++) Pin
PIEBALDconsult30-Apr-13 1:56
mvePIEBALDconsult30-Apr-13 1:56 
GeneralRe: for(int i=0; i<size; i++) Pin
jsc4230-Apr-13 23:49
professionaljsc4230-Apr-13 23:49 
GeneralRe: for(int i=0; i<size; i++) Pin
PIEBALDconsult2-May-13 2:26
mvePIEBALDconsult2-May-13 2:26 
GeneralRe: for(int i=0; i<size; i++) Pin
OriginalGriff30-Apr-13 3:03
mveOriginalGriff30-Apr-13 3:03 
It's also from FORTRAN for me, but we used just "i" rather than "index" partly because it saved time and space. We didn't have IDE's in those days, but punched cards (or paper tape) and is was a lot quicker to type a single character variable name on a punched card than a longer one. Saved waste as well if you mistyped "index" as "inedx" you had to chuck the card and type a new one.
With paper tape each character occupied 1/10th inch of tape, so "index" used 5 times the paper each time you typed it. With a long subroutine, that could get significant and make the roll a lot bigger (and heavier) and harder to roll back up again when it spooled off the end of the reader...

We only had 6 character variable names anyway... Laugh | :laugh:
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)

GeneralRe: for(int i=0; i<size; i++) Pin
Brady Kelly30-Apr-13 20:54
Brady Kelly30-Apr-13 20:54 
GeneralRe: for(int i=0; i<size; i++) Pin
Brady Kelly30-Apr-13 21:01
Brady Kelly30-Apr-13 21:01 
GeneralRe: for(int i=0; i<size; i++) Pin
R. Giskard Reventlov30-Apr-13 5:24
R. Giskard Reventlov30-Apr-13 5:24 
GeneralRe: for(int i=0; i<size; i++) Pin
PIEBALDconsult30-Apr-13 15:43
mvePIEBALDconsult30-Apr-13 15:43 
GeneralRe: for(int i=0; i<size; i++) Pin
R. Giskard Reventlov1-May-13 5:09
R. Giskard Reventlov1-May-13 5:09 
GeneralRe: for(int i=0; i<size; i++) Pin
Sentenryu2-May-13 0:32
Sentenryu2-May-13 0:32 
GeneralRe: for(int i=0; i<size; i++) Pin
PIEBALDconsult2-May-13 2:28
mvePIEBALDconsult2-May-13 2:28 
GeneralRe: for(int i=0; i<size; i++) Pin
Member-99756132-May-13 3:46
professionalMember-99756132-May-13 3:46 
GeneralRe: for(int i=0; i<size; i++) Pin
R. Giskard Reventlov2-May-13 5:16
R. Giskard Reventlov2-May-13 5:16 
GeneralRe: for(int i=0; i<size; i++) Pin
OriginalGriff2-May-13 5:58
mveOriginalGriff2-May-13 5:58 
GeneralRe: for(int i=0; i<size; i++) Pin
Sentenryu2-May-13 7:07
Sentenryu2-May-13 7:07 
GeneralRe: for(int i=0; i<size; i++) Pin
AspDotNetDev30-Apr-13 8:15
protectorAspDotNetDev30-Apr-13 8:15 
GeneralRe: for(int i=0; i<size; i++) Pin
Lutosław24-May-13 0:32
Lutosław24-May-13 0:32 
GeneralRe: for(int i=0; i<size; i++) Pin
AspDotNetDev24-May-13 4:54
protectorAspDotNetDev24-May-13 4:54 
GeneralRe: for(int i=0; i<size; i++) Pin
Lutosław24-May-13 11:47
Lutosław24-May-13 11:47 
GeneralRe: for(int i=0; i<size; i++) Pin
H.Brydon30-Apr-13 18:47
professionalH.Brydon30-Apr-13 18:47 
GeneralRe: for(int i=0; i<size; i++) Pin
englebart1-May-13 4:12
professionalenglebart1-May-13 4:12 

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.