Click here to Skip to main content
15,887,373 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: What will you call this??? Pin
PIEBALDconsult12-Nov-08 3:14
mvePIEBALDconsult12-Nov-08 3:14 
GeneralRe: What will you call this??? Pin
CPallini7-Nov-08 7:09
mveCPallini7-Nov-08 7:09 
GeneralRe: What will you call this??? Pin
AhsanS7-Nov-08 8:08
AhsanS7-Nov-08 8:08 
GeneralRe: What will you call this??? Pin
Paul Conrad8-Nov-08 8:02
professionalPaul Conrad8-Nov-08 8:02 
GeneralRe: What will you call this??? Pin
AhsanS9-Nov-08 17:35
AhsanS9-Nov-08 17:35 
GeneralRe: What will you call this??? Pin
Louis Cipher10-Nov-08 15:19
Louis Cipher10-Nov-08 15:19 
GeneralRe: What will you call this??? Pin
Megidolaon22-Feb-09 23:53
Megidolaon22-Feb-09 23:53 
GeneralI wonder!!!! Pin
AhsanS6-Nov-08 0:22
AhsanS6-Nov-08 0:22 
I was just going through block of code for refactoring and found this. I wonder why is this even allowed in .net framework? What is benefit of it after all?

using System;
using System.Collections.Generic;
using System.Text;
using System.Timers;

namespace abc{
using System;
using System.Collections.Generic;
using System.Text;
using System.Timers;

namespace abc{


Ahsan Ullah
Senior Software Engineer

GeneralRe: I wonder!!!! Pin
cyber-drugs6-Nov-08 2:34
cyber-drugs6-Nov-08 2:34 
GeneralRe: I wonder!!!! Pin
PIEBALDconsult6-Nov-08 4:07
mvePIEBALDconsult6-Nov-08 4:07 
GeneralRe: I wonder!!!! [modified] Pin
Thomas Weller6-Nov-08 6:24
Thomas Weller6-Nov-08 6:24 
GeneralRe: I wonder!!!! Pin
PIEBALDconsult6-Nov-08 14:38
mvePIEBALDconsult6-Nov-08 14:38 
GeneralRe: I wonder!!!! Pin
Thomas Weller6-Nov-08 18:51
Thomas Weller6-Nov-08 18:51 
GeneralRe: I wonder!!!! Pin
PIEBALDconsult7-Nov-08 3:36
mvePIEBALDconsult7-Nov-08 3:36 
GeneralRe: I wonder!!!! Pin
Thomas Weller7-Nov-08 3:45
Thomas Weller7-Nov-08 3:45 
GeneralRe: I wonder!!!! Pin
AhsanS6-Nov-08 18:23
AhsanS6-Nov-08 18:23 
GeneralRe: I wonder!!!! Pin
Thomas Weller6-Nov-08 18:48
Thomas Weller6-Nov-08 18:48 
GeneralRe: I wonder!!!! Pin
AhsanS7-Nov-08 0:56
AhsanS7-Nov-08 0:56 
GeneralRe: I wonder!!!! Pin
Thomas Weller7-Nov-08 2:33
Thomas Weller7-Nov-08 2:33 
GeneralRe: I wonder!!!! Pin
AhsanS7-Nov-08 8:13
AhsanS7-Nov-08 8:13 
GeneralRe: I wonder!!!! Pin
Thomas Weller7-Nov-08 8:39
Thomas Weller7-Nov-08 8:39 
GeneralRe: I wonder!!!! Pin
Megidolaon23-Feb-09 0:00
Megidolaon23-Feb-09 0:00 
GeneralRe: I wonder!!!! Pin
Paul Conrad6-Nov-08 7:45
professionalPaul Conrad6-Nov-08 7:45 
GeneralRe: I wonder!!!! Pin
PIEBALDconsult6-Nov-08 14:33
mvePIEBALDconsult6-Nov-08 14:33 
GeneralRe: I wonder!!!! Pin
AhsanS6-Nov-08 18:24
AhsanS6-Nov-08 18:24 

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.