Click here to Skip to main content
15,887,596 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: Best Practices turned into Coding Horrors. Pin
Gary R. Wheeler20-Apr-13 0:01
Gary R. Wheeler20-Apr-13 0:01 
GeneralRe: Best Practices turned into Coding Horrors. Pin
R. Giskard Reventlov15-Apr-13 7:59
R. Giskard Reventlov15-Apr-13 7:59 
GeneralRe: Best Practices turned into Coding Horrors. Pin
Paulo Zemek15-Apr-13 10:34
mvaPaulo Zemek15-Apr-13 10:34 
GeneralRe: Best Practices turned into Coding Horrors. Pin
Brady Kelly15-Apr-13 19:46
Brady Kelly15-Apr-13 19:46 
GeneralRe: Best Practices turned into Coding Horrors. Pin
R. Giskard Reventlov16-Apr-13 7:37
R. Giskard Reventlov16-Apr-13 7:37 
JokeRe: Best Practices turned into Coding Horrors. Pin
Brady Kelly16-Apr-13 19:13
Brady Kelly16-Apr-13 19:13 
GeneralRe: Best Practices turned into Coding Horrors. Pin
jschell16-Apr-13 9:51
jschell16-Apr-13 9:51 
GeneralRe: Best Practices turned into Coding Horrors. Pin
BobJanova16-Apr-13 22:58
BobJanova16-Apr-13 22:58 
What's wrong with it? I mean, it's simple enough I'd put it on one line, but I don't see anything in principle wrong with putting it on several, and as C# doesn't have multi-line string constants, you have to write it as it is there. Edit: apparently @ strings will let you do multi-line constants.

Making code a stored procedure hides it away from the developer and makes it harder to see. Select queries should almost never be in one because it makes you go and look at the database to find out what the code is doing ... or, to put it another way, those queries are part of the business logic and should be in the code. But I have a somewhat old fashioned view of the database as essentially a minimally intelligent data store.
GeneralRe: Best Practices turned into Coding Horrors. Pin
R. Giskard Reventlov17-Apr-13 4:56
R. Giskard Reventlov17-Apr-13 4:56 
GeneralRe: Best Practices turned into Coding Horrors. Pin
James Lonero18-Apr-13 12:35
James Lonero18-Apr-13 12:35 
GeneralRe: Best Practices turned into Coding Horrors. Pin
ENOTTY18-Apr-13 5:56
ENOTTY18-Apr-13 5:56 
GeneralRe: Best Practices turned into Coding Horrors. Pin
MacSpudster15-Apr-13 11:30
professionalMacSpudster15-Apr-13 11:30 
GeneralRe: Best Practices turned into Coding Horrors. Pin
Paulo Zemek15-Apr-13 13:16
mvaPaulo Zemek15-Apr-13 13:16 
GeneralRe: Best Practices turned into Coding Horrors. Pin
MacSpudster15-Apr-13 13:24
professionalMacSpudster15-Apr-13 13:24 
GeneralRe: Best Practices turned into Coding Horrors. PinPopular
PIEBALDconsult15-Apr-13 17:26
mvePIEBALDconsult15-Apr-13 17:26 
GeneralRe: Best Practices turned into Coding Horrors. Pin
Brady Kelly15-Apr-13 19:49
Brady Kelly15-Apr-13 19:49 
GeneralRe: Best Practices turned into Coding Horrors. Pin
jschell16-Apr-13 9:57
jschell16-Apr-13 9:57 
GeneralRe: Best Practices turned into Coding Horrors. Pin
PIEBALDconsult16-Apr-13 15:23
mvePIEBALDconsult16-Apr-13 15:23 
GeneralRe: Best Practices turned into Coding Horrors. Pin
jschell17-Apr-13 8:20
jschell17-Apr-13 8:20 
GeneralRe: Best Practices turned into Coding Horrors. Pin
PIEBALDconsult17-Apr-13 15:00
mvePIEBALDconsult17-Apr-13 15:00 
GeneralRe: Best Practices turned into Coding Horrors. Pin
jschell18-Apr-13 10:00
jschell18-Apr-13 10:00 
GeneralRe: Best Practices turned into Coding Horrors. Pin
Brady Kelly16-Apr-13 21:45
Brady Kelly16-Apr-13 21:45 
GeneralRe: Best Practices turned into Coding Horrors. Pin
jschell17-Apr-13 8:17
jschell17-Apr-13 8:17 
GeneralRe: Best Practices turned into Coding Horrors. Pin
KP Lee22-Apr-13 9:34
KP Lee22-Apr-13 9:34 
GeneralRe: Best Practices turned into Coding Horrors. Pin
KRucker16-Apr-13 5:17
KRucker16-Apr-13 5:17 

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.