Click here to Skip to main content
15,887,135 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
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 
GeneralRe: for(int i=0; i<size; i++) Pin
Brady Kelly30-Apr-13 20:54
Brady Kelly30-Apr-13 20:54 
And, mainly, all the CS textbooks use i and j for loops.
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 
GeneralRe: for(int i=0; i<size; i++) Pin
Jacquers30-Apr-13 20:20
Jacquers30-Apr-13 20:20 

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.