Click here to Skip to main content
15,890,043 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.

 
Generalif else galore Pin
Haroon Sarwar14-Mar-07 3:58
Haroon Sarwar14-Mar-07 3:58 
GeneralRe: if else galore Pin
Chris Losinger14-Mar-07 4:02
professionalChris Losinger14-Mar-07 4:02 
GeneralRe: if else galore Pin
Haroon Sarwar14-Mar-07 17:47
Haroon Sarwar14-Mar-07 17:47 
GeneralRe: if else galore Pin
Muammar©16-Mar-07 9:07
Muammar©16-Mar-07 9:07 
GeneralRe: if else galore Pin
Kevin McFarlane17-Mar-07 1:16
Kevin McFarlane17-Mar-07 1:16 
GeneralRe: if else galore Pin
Haroon Sarwar18-Mar-07 18:39
Haroon Sarwar18-Mar-07 18:39 
GeneralRe: if else galore Pin
Kevin McFarlane19-Mar-07 9:39
Kevin McFarlane19-Mar-07 9:39 
GeneralFor loop Pin
N a v a n e e t h13-Mar-07 1:22
N a v a n e e t h13-Mar-07 1:22 
Last week i was put into a maintenance project. It's big accounting project. When reviewing the code i came through one funny for loop..check this

for(int i=0;i<=7*2;i++)
{
//dosomething
}

will there be any specific reason for this type of coding ?

Cheers
Navaneeth!!

www.w3hearts.com

GeneralRe: For loop Pin
Ed.Poore13-Mar-07 2:09
Ed.Poore13-Mar-07 2:09 
GeneralRe: For loop Pin
PIEBALDconsult13-Mar-07 4:19
mvePIEBALDconsult13-Mar-07 4:19 
GeneralRe: For loop Pin
Ed.Poore13-Mar-07 6:20
Ed.Poore13-Mar-07 6:20 
GeneralRe: For loop Pin
Shog913-Mar-07 7:00
sitebuilderShog913-Mar-07 7:00 
GeneralRe: For loop Pin
Ed.Poore13-Mar-07 7:03
Ed.Poore13-Mar-07 7:03 
GeneralRe: For loop Pin
#12313-Mar-07 7:35
#12313-Mar-07 7:35 
GeneralRe: For loop Pin
#12313-Mar-07 7:33
#12313-Mar-07 7:33 
GeneralRe: For loop Pin
Shog913-Mar-07 7:51
sitebuilderShog913-Mar-07 7:51 
GeneralRe: For loop Pin
#12313-Mar-07 7:59
#12313-Mar-07 7:59 
GeneralRe: For loop Pin
Shog913-Mar-07 8:07
sitebuilderShog913-Mar-07 8:07 
GeneralRe: For loop Pin
#12313-Mar-07 8:31
#12313-Mar-07 8:31 
GeneralRe: For loop Pin
Shog913-Mar-07 8:40
sitebuilderShog913-Mar-07 8:40 
GeneralRe: For loop Pin
#12313-Mar-07 8:49
#12313-Mar-07 8:49 
GeneralRe: For loop Pin
Shog913-Mar-07 9:01
sitebuilderShog913-Mar-07 9:01 
GeneralRe: For loop Pin
#12313-Mar-07 9:05
#12313-Mar-07 9:05 
GeneralRe: For loop Pin
Shog913-Mar-07 9:27
sitebuilderShog913-Mar-07 9:27 
GeneralRe: For loop Pin
#12313-Mar-07 9:33
#12313-Mar-07 9:33 

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.