Click here to Skip to main content
15,914,413 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: Statics Pin
Brisingr Aerowing23-May-12 13:08
professionalBrisingr Aerowing23-May-12 13:08 
GeneralProblem? Pin
glhrmbhnrt10-May-12 2:57
glhrmbhnrt10-May-12 2:57 
GeneralRe: Problem? Pin
BobJanova11-May-12 3:55
BobJanova11-May-12 3:55 
GeneralReally??? Pin
KP Lee9-May-12 20:36
KP Lee9-May-12 20:36 
GeneralRe: Really??? Pin
glhrmbhnrt10-May-12 2:24
glhrmbhnrt10-May-12 2:24 
GeneralRe: Really??? Pin
BillW3310-May-12 4:08
professionalBillW3310-May-12 4:08 
GeneralKinda guy Pin
glhrmbhnrt9-May-12 8:02
glhrmbhnrt9-May-12 8:02 
GeneralRe: Kinda guy Pin
CDP18029-May-12 21:08
CDP18029-May-12 21:08 
There are times when I am glad that 'the hard way' is still available. For one thing I don't like to be confined to using the one and only 'right way' to do things. Data binding may be the 'easy way', but also creates its own new problems. Just srearch for 'GridView' in Q&A. Besides that, data binding can be unacceptably slow in some cases. Filling controls directly can speed up things very much. And when I decide to do it 'the hard way' I also tend to keep all eggs in one basket and fill all controls that way, just to minimize the potential for misunderstandings.

Luckily, I have not been thrown by the window for doing that yet.

Edit: 'protected' is probably not the best choice in this case, but it does not do any harm.
At least artificial intelligence already is superior to natural stupidity




modified 10-May-12 3:22am.

GeneralRe: Kinda guy Pin
Mohibur Rashid15-May-12 20:08
professionalMohibur Rashid15-May-12 20:08 
GeneralRe: Kinda guy Pin
BobJanova9-May-12 23:02
BobJanova9-May-12 23:02 
GeneralRe: Kinda guy Pin
CDP18029-May-12 23:14
CDP18029-May-12 23:14 
GeneralRe: Kinda guy Pin
BillW3310-May-12 4:05
professionalBillW3310-May-12 4:05 
GeneralRe: Kinda guy Pin
PIEBALDconsult10-May-12 6:19
mvePIEBALDconsult10-May-12 6:19 
GeneralConstant Headache Pin
AspDotNetDev7-May-12 15:04
protectorAspDotNetDev7-May-12 15:04 
GeneralRe: Constant Headache Pin
ekolis9-May-12 6:26
ekolis9-May-12 6:26 
GeneralRe: Constant Headache Pin
AspDotNetDev9-May-12 7:12
protectorAspDotNetDev9-May-12 7:12 
GeneralRe: Constant Headache Pin
ZurdoDev10-May-12 6:39
professionalZurdoDev10-May-12 6:39 
GeneralRe: Constant Headache Pin
AspDotNetDev10-May-12 7:10
protectorAspDotNetDev10-May-12 7:10 
GeneralRe: Constant Headache Pin
Jörgen Andersson11-May-12 8:44
professionalJörgen Andersson11-May-12 8:44 
GeneralRe: Constant Headache Pin
AspDotNetDev11-May-12 10:34
protectorAspDotNetDev11-May-12 10:34 
GeneralRe: Constant Headache Pin
AspDotNetDev12-May-12 10:13
protectorAspDotNetDev12-May-12 10:13 
GeneralRe: Constant Headache Pin
Jörgen Andersson15-May-12 21:17
professionalJörgen Andersson15-May-12 21:17 
GeneralRe: Constant Headache Pin
AspDotNetDev15-May-12 22:09
protectorAspDotNetDev15-May-12 22:09 
GeneralRe: Constant Headache Pin
Ankush Bansal12-May-12 6:26
Ankush Bansal12-May-12 6:26 
GeneralRe: Constant Headache Pin
BobJanova11-May-12 3:56
BobJanova11-May-12 3:56 

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.