Click here to Skip to main content
15,886,137 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: the outsourcing curse strikes again!! Pin
SASS_Shooter1-May-12 5:54
SASS_Shooter1-May-12 5:54 
GeneralI understand that we shouldn't duplicate code, but... Pin
Lutosław16-Apr-12 5:45
Lutosław16-Apr-12 5:45 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Brisingr Aerowing16-Apr-12 5:54
professionalBrisingr Aerowing16-Apr-12 5:54 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
harold aptroot16-Apr-12 7:23
harold aptroot16-Apr-12 7:23 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Lutosław16-Apr-12 9:31
Lutosław16-Apr-12 9:31 
GeneralRe: I understand that we shouldn't duplicate code, but... PinPopular
Robert Rohde16-Apr-12 13:26
Robert Rohde16-Apr-12 13:26 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Lutosław17-Apr-12 0:46
Lutosław17-Apr-12 0:46 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Robert Rohde17-Apr-12 19:03
Robert Rohde17-Apr-12 19:03 
1. The arithmetic overflow check is completely disabled in my solution (which ist the default setting; at least for VS 2010 console apps). Otherwise my whole test wouldn't work because I add so many large numbers that an OverflowException would occur.
2. Regarding the JIT: Thats why I made 3 (the for j loop) seperately stopped complete test runs. I always ignore the first result.
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Lutosław17-Apr-12 23:12
Lutosław17-Apr-12 23:12 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Robert Rohde18-Apr-12 10:45
Robert Rohde18-Apr-12 10:45 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Johann Gerell17-Apr-12 21:35
Johann Gerell17-Apr-12 21:35 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Bruce Patin18-Apr-12 4:20
Bruce Patin18-Apr-12 4:20 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
ClockMeister18-Apr-12 2:17
professionalClockMeister18-Apr-12 2:17 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
alcexhim18-Apr-12 5:50
alcexhim18-Apr-12 5:50 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
ClockMeister18-Apr-12 6:27
professionalClockMeister18-Apr-12 6:27 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Robert Rohde18-Apr-12 11:04
Robert Rohde18-Apr-12 11:04 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
ClockMeister18-Apr-12 11:27
professionalClockMeister18-Apr-12 11:27 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
Richard Deeming18-Apr-12 9:02
mveRichard Deeming18-Apr-12 9:02 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
ClockMeister18-Apr-12 9:50
professionalClockMeister18-Apr-12 9:50 
GeneralRe: I understand that we shouldn't duplicate code, but... Pin
TRK318-Apr-12 6:50
TRK318-Apr-12 6:50 
GeneralYou know you've been staring at code for too long when you write this test. PinPopular
Pete O'Hanlon16-Apr-12 0:38
mvePete O'Hanlon16-Apr-12 0:38 
GeneralRe: You know you've been staring at code for too long when you write this test. Pin
Brisingr Aerowing16-Apr-12 1:40
professionalBrisingr Aerowing16-Apr-12 1:40 
GeneralRe: You know you've been staring at code for too long when you write this test. Pin
CDP180216-Apr-12 2:02
CDP180216-Apr-12 2:02 
GeneralRe: You know you've been staring at code for too long when you write this test. Pin
Brisingr Aerowing16-Apr-12 4:53
professionalBrisingr Aerowing16-Apr-12 4:53 
GeneralRe: You know you've been staring at code for too long when you write this test. Pin
Pete O'Hanlon16-Apr-12 5:02
mvePete O'Hanlon16-Apr-12 5:02 

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.