Click here to Skip to main content
15,884,388 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: Nested if-else statements... Pin
NAANsoft24-Apr-13 2:44
NAANsoft24-Apr-13 2:44 
GeneralRe: Nested if-else statements... Pin
Lee Chetwynd24-Apr-13 5:07
Lee Chetwynd24-Apr-13 5:07 
GeneralRe: Nested if-else statements... Pin
RafagaX24-Apr-13 5:41
professionalRafagaX24-Apr-13 5:41 
GeneralRe: Nested if-else statements... Pin
tumbledDown2earth29-Apr-13 20:32
tumbledDown2earth29-Apr-13 20:32 
GeneralRe: Nested if-else statements... Pin
fulloflove2-May-13 17:19
fulloflove2-May-13 17:19 
GeneralRe: Nested if-else statements... Pin
Filipe Moreira de Oliveira18-May-13 8:00
Filipe Moreira de Oliveira18-May-13 8:00 
Answer[Solved] Why Do Computer Counts from Zero. Pin
kburman622-Apr-13 6:47
professionalkburman622-Apr-13 6:47 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Marco Bertschi22-Apr-13 7:18
protectorMarco Bertschi22-Apr-13 7:18 
kburman6 wrote:
Not a huge difference but it adds an unnecessary subtraction for each access.

And because unnecessary calcs are slowing down the computers' speed it was just logical to do it as simple as possible. Developer's course at my school, lesson 1 (or two, however; It was at the very beginning when they explained it to us).

GeneralRe: [Solved] Why Do Computer Counts from Zero. PinPopular
Thomas Daniels22-Apr-13 7:25
mentorThomas Daniels22-Apr-13 7:25 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
dan!sh 22-Apr-13 7:36
professional dan!sh 22-Apr-13 7:36 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
kburman622-Apr-13 7:44
professionalkburman622-Apr-13 7:44 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Marco Bertschi22-Apr-13 7:45
protectorMarco Bertschi22-Apr-13 7:45 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
kburman622-Apr-13 7:36
professionalkburman622-Apr-13 7:36 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Marco Bertschi22-Apr-13 7:46
protectorMarco Bertschi22-Apr-13 7:46 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
kburman622-Apr-13 7:52
professionalkburman622-Apr-13 7:52 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
OriginalGriff22-Apr-13 8:43
mveOriginalGriff22-Apr-13 8:43 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Erik Rude24-Apr-13 3:55
Erik Rude24-Apr-13 3:55 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
PIEBALDconsult24-Apr-13 4:08
mvePIEBALDconsult24-Apr-13 4:08 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Clifford Nelson22-Apr-13 9:09
Clifford Nelson22-Apr-13 9:09 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
PIEBALDconsult24-Apr-13 4:06
mvePIEBALDconsult24-Apr-13 4:06 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Clifford Nelson24-Apr-13 10:14
Clifford Nelson24-Apr-13 10:14 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
PIEBALDconsult24-Apr-13 11:58
mvePIEBALDconsult24-Apr-13 11:58 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
Clifford Nelson24-Apr-13 12:48
Clifford Nelson24-Apr-13 12:48 
GeneralRe: [Solved] Why Do Computer Counts from Zero. Pin
PIEBALDconsult24-Apr-13 16:00
mvePIEBALDconsult24-Apr-13 16:00 
JokeRe: [Solved] Why Do Computer Counts from Zero. Pin
Keith Barrow23-Apr-13 0:37
professionalKeith Barrow23-Apr-13 0:37 

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.