Click here to Skip to main content
15,881,687 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: This guy don't know what margin property in CSS is. Pin
jsc4216-Jul-12 23:03
professionaljsc4216-Jul-12 23:03 
GeneralRe: This guy don't know what margin property in CSS is. Pin
_Amy18-Jul-12 0:15
professional_Amy18-Jul-12 0:15 
GeneralEvolution of a stored proc PinPopular
virang_2112-Jul-12 20:37
virang_2112-Jul-12 20:37 
GeneralRe: Evolution of a stored proc Pin
BobJanova12-Jul-12 23:23
BobJanova12-Jul-12 23:23 
GeneralRe: Evolution of a stored proc PinPopular
Mike Winiberg16-Jul-12 20:14
professionalMike Winiberg16-Jul-12 20:14 
GeneralRe: Evolution of a stored proc Pin
AspDotNetDev16-Jul-12 20:45
protectorAspDotNetDev16-Jul-12 20:45 
GeneralRe: Evolution of a stored proc Pin
greldak16-Jul-12 21:43
greldak16-Jul-12 21:43 
GeneralRe: Evolution of a stored proc Pin
Stefan_Lang16-Jul-12 21:55
Stefan_Lang16-Jul-12 21:55 
Yes, I particularly like the addition:
SQL
-- Start Added IF condition on 4/Nov/2009 as suggested by Manager.                      
  IF (@Mh_Mfno = -2)                      
   BEGIN                      
    SET @Scrap_Qty = @Prod_Qty                      
   END                      
   -- End                      

which to me sounds like
"if I press the red button, dump all produce on the garbage heap"

Big Grin | :-D

P.S.: I wonder if one of the 'M's in Mh_Mfno stands for 'Manager' Wink | ;)
GeneralRe: Evolution of a stored proc Pin
yiangos16-Jul-12 22:43
professionalyiangos16-Jul-12 22:43 
GeneralRe: Evolution of a stored proc Pin
Jan Holst Jensen217-Jul-12 1:01
Jan Holst Jensen217-Jul-12 1:01 
GeneralRe: Evolution of a stored proc Pin
yiangos17-Jul-12 9:16
professionalyiangos17-Jul-12 9:16 
GeneralRe: Evolution of a stored proc Pin
Florin Jurcovici17-Jul-12 1:31
Florin Jurcovici17-Jul-12 1:31 
GeneralRe: Evolution of a stored proc Pin
Harley L. Pebley17-Jul-12 4:47
Harley L. Pebley17-Jul-12 4:47 
GeneralRe: Evolution of a stored proc Pin
krumia17-Jul-12 20:20
krumia17-Jul-12 20:20 
GeneralWhen to check for null ? Pin
Sasha Laurel10-Jul-12 6:19
Sasha Laurel10-Jul-12 6:19 
GeneralRe: When to check for null ? Pin
Brisingr Aerowing10-Jul-12 13:55
professionalBrisingr Aerowing10-Jul-12 13:55 
GeneralRe: When to check for null ? Pin
Sasha Laurel10-Jul-12 18:59
Sasha Laurel10-Jul-12 18:59 
GeneralRe: When to check for null ? Pin
Brisingr Aerowing11-Jul-12 4:37
professionalBrisingr Aerowing11-Jul-12 4:37 
GeneralRe: When to check for null ? Pin
CDP180210-Jul-12 22:25
CDP180210-Jul-12 22:25 
GeneralRe: When to check for null ? Pin
Julien Villers10-Jul-12 23:24
professionalJulien Villers10-Jul-12 23:24 
GeneralRe: When to check for null ? Pin
CDP180211-Jul-12 0:26
CDP180211-Jul-12 0:26 
GeneralRe: When to check for null ? Pin
Julien Villers11-Jul-12 0:47
professionalJulien Villers11-Jul-12 0:47 
GeneralRe: When to check for null ? Pin
Sasha Laurel11-Jul-12 4:52
Sasha Laurel11-Jul-12 4:52 
GeneralRe: When to check for null ? Pin
CDP180212-Jul-12 1:28
CDP180212-Jul-12 1:28 
GeneralRe: When to check for null ? PinPopular
Sasha Laurel12-Jul-12 4:55
Sasha Laurel12-Jul-12 4:55 

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.