Click here to Skip to main content
15,867,488 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: Rtf -WTF: why is it different? Pin
ledtech315-Apr-14 5:11
ledtech315-Apr-14 5:11 
GeneralRe: Rtf -WTF: why is it different? Pin
Bernhard Hiller15-Apr-14 20:55
Bernhard Hiller15-Apr-14 20:55 
GeneralRe: Rtf -WTF: why is it different? Pin
ledtech316-Apr-14 4:28
ledtech316-Apr-14 4:28 
GeneralRe: Rtf -WTF: why is it different? Pin
Rob Grainger16-Apr-14 0:08
Rob Grainger16-Apr-14 0:08 
GeneralRe: Rtf -WTF: why is it different? Pin
Manikandan1011-Jun-14 3:31
professionalManikandan1011-Jun-14 3:31 
General#region Pin
Bernhard Hiller11-Apr-14 2:51
Bernhard Hiller11-Apr-14 2:51 
GeneralRe: #region Pin
tgrt11-Apr-14 3:58
tgrt11-Apr-14 3:58 
GeneralRe: #region Pin
OriginalGriff11-Apr-14 5:41
mveOriginalGriff11-Apr-14 5:41 
It's a form of modular code: each module goes in it's own region so you don't get the visual clutter associated with methods... D'Oh! | :doh:


Dead | X| Find a new job! Life is too short...
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: #region Pin
Bernhard Hiller13-Apr-14 20:40
Bernhard Hiller13-Apr-14 20:40 
GeneralRe: #region Pin
OriginalGriff13-Apr-14 21:00
mveOriginalGriff13-Apr-14 21:00 
GeneralRe: #region Pin
Brisingr Aerowing11-Apr-14 5:46
professionalBrisingr Aerowing11-Apr-14 5:46 
GeneralRe: #region Pin
Shameel21-Apr-14 0:57
professionalShameel21-Apr-14 0:57 
GeneralRe: #region Pin
BobJanova11-Apr-14 6:51
BobJanova11-Apr-14 6:51 
GeneralRe: #region Pin
Richard Andrew x6411-Apr-14 8:29
professionalRichard Andrew x6411-Apr-14 8:29 
JokeRe: #region Pin
Sander Rossel24-Apr-14 7:33
professionalSander Rossel24-Apr-14 7:33 
GeneralRe: #region Pin
Giuseppe Tollini24-May-14 1:05
Giuseppe Tollini24-May-14 1:05 
GeneralRe: #region Pin
Bernhard Hiller29-May-14 20:59
Bernhard Hiller29-May-14 20:59 
GeneralHow not to create an instance of a singleton Pin
Dennis_E10-Apr-14 23:59
professionalDennis_E10-Apr-14 23:59 
JokeRe: How not to create an instance of a singleton Pin
Nicholas Marty11-Apr-14 0:25
professionalNicholas Marty11-Apr-14 0:25 
GeneralRe: How not to create an instance of a singleton Pin
Marc Clifton11-Apr-14 1:40
mvaMarc Clifton11-Apr-14 1:40 
GeneralRe: How not to create an instance of a singleton Pin
Nicholas Marty11-Apr-14 3:16
professionalNicholas Marty11-Apr-14 3:16 
GeneralRe: How not to create an instance of a singleton Pin
Marc Clifton11-Apr-14 4:52
mvaMarc Clifton11-Apr-14 4:52 
GeneralRe: How not to create an instance of a singleton Pin
Dennis_E24-Apr-14 1:16
professionalDennis_E24-Apr-14 1:16 
GeneralRe: How not to create an instance of a singleton Pin
Nicholas Marty24-Apr-14 3:20
professionalNicholas Marty24-Apr-14 3:20 
GeneralRe: How not to create an instance of a singleton Pin
BobJanova11-Apr-14 6:50
BobJanova11-Apr-14 6:50 

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.