Click here to Skip to main content

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, embarrasing 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.

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: another extension Pinmemberzenwalker198511-Oct-12 0:22 
GeneralRe: another extension PinmemberRichard Deeming15-Oct-12 3:49 
GeneralRe: another extension PinmemberVallarasuS15-Oct-12 5:26 
General.NET is Hell (subtitle: An error message from Microsoft) PinmemberBCantor4-Oct-12 12:09 
GeneralMessage Removed PinmemberZac Greve4-Oct-12 12:16 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberBCantor4-Oct-12 12:29 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) Pinmemberadriancs4-Oct-12 19:36 
override bool theObvious(bool condition, string cluedIn)
{
    if (condition) 
        MessageBox.Show(cluedIn, "Thx");
    else
    {
        // ??
    }
    return condition;
}

GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) Pinmemberdojohansen4-Oct-12 21:31 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberJohn Atten10-Oct-12 2:43 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) Pinmemberkdmote10-Oct-12 6:39 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberRafagaX10-Oct-12 7:47 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) Pinmembergreldak10-Oct-12 22:00 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberAlexMaximovic10-Oct-12 20:45 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberMember 434753410-Oct-12 22:50 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberRichard Deeming15-Oct-12 3:57 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberThornik11-Oct-12 1:27 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberStefan_Lang15-Oct-12 4:49 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberThornik16-Oct-12 3:20 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) Pinmemberalexander ypema11-Oct-12 3:06 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberBrendon123413-Oct-12 19:09 
GeneralRe: .NET is Hell (subtitle: An error message from Microsoft) PinmemberStefan_Lang15-Oct-12 4:53 
GeneralInfinate levels of hierarchal data [modified] Pinmemberasdrog3-Oct-12 1:30 
GeneralRe: MySQL "in (list)" example to recursivly get information - And the power of Loops! Infinate levels of hierarchal data Pinmembermark merrens3-Oct-12 5:22 
GeneralRe: MySQL "in (list)" example to recursivly get information - And the power of Loops! Infinate levels of hierarchal data Pinmemberasdrog3-Oct-12 6:30 
GeneralRe: MySQL "in (list)" example to recursivly get information - And the power of Loops! Infinate levels of hierarchal data Pinmembermark merrens3-Oct-12 6:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web04 | 2.6.130617.1 | Last Updated 19 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid