Click here to Skip to main content
15,897,187 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.

 
GeneralIt's a jungle in there PinPopular
GibbleCH9-Aug-11 5:22
GibbleCH9-Aug-11 5:22 
GeneralRe: It's a jungle in there Pin
Shameel9-Aug-11 5:52
professionalShameel9-Aug-11 5:52 
GeneralRe: It's a jungle in there Pin
StM0n9-Aug-11 6:11
StM0n9-Aug-11 6:11 
GeneralRe: It's a jungle in there Pin
Reiss9-Aug-11 8:42
professionalReiss9-Aug-11 8:42 
GeneralRe: It's a jungle in there Pin
GibbleCH9-Aug-11 8:46
GibbleCH9-Aug-11 8:46 
GeneralRe: It's a jungle in there Pin
Sander Rossel9-Aug-11 20:26
professionalSander Rossel9-Aug-11 20:26 
GeneralRe: It's a jungle in there Pin
Fabio Franco10-Aug-11 3:47
professionalFabio Franco10-Aug-11 3:47 
GeneralRe: It's a jungle in there Pin
Sander Rossel10-Aug-11 7:47
professionalSander Rossel10-Aug-11 7:47 
I blame VB 1, 2 and 3.
I was a toddler at that time so I wouldn't know, but this is what I heard.
VB became object oriented at version 4, but to be backwards compatible MS had to support the non-object oriented style.
As a result many VB programmers kept on programming like they always did and still do so today.
Why not C#? Because the first C# came at around the same time as VB4 and was object oriented right from the start.

On a side note, try to call any PUBLIC member of a Form in VB without having an instance of the Form. It will work, you can call them as if they were Shared (static). I recently found out and was shocked, backwards compatibility with VB1... Dead | X|

Anyway, I don't really blame VB, I blame the programmers who were not willing to learn object orientism right after VB3 Sigh | :sigh:

Does that sound about right or am I really way off here?
It's an OO world.

GeneralRe: It's a jungle in there Pin
Fabio Franco10-Aug-11 9:25
professionalFabio Franco10-Aug-11 9:25 
GeneralRe: It's a jungle in there Pin
Sander Rossel10-Aug-11 11:14
professionalSander Rossel10-Aug-11 11:14 
GeneralRe: It's a jungle in there Pin
Fabio Franco11-Aug-11 5:01
professionalFabio Franco11-Aug-11 5:01 
GeneralRe: It's a jungle in there Pin
Sander Rossel11-Aug-11 11:59
professionalSander Rossel11-Aug-11 11:59 
GeneralRe: It's a jungle in there Pin
cpkilekofp16-Aug-11 13:02
cpkilekofp16-Aug-11 13:02 
GeneralRe: It's a jungle in there Pin
Fabio Franco17-Aug-11 1:36
professionalFabio Franco17-Aug-11 1:36 
GeneralRe: It's a jungle in there Pin
GibbleCH10-Aug-11 3:48
GibbleCH10-Aug-11 3:48 
GeneralRe: It's a jungle in there Pin
Sander Rossel10-Aug-11 7:57
professionalSander Rossel10-Aug-11 7:57 
GeneralRe: It's a jungle in there Pin
Bernhard Hiller9-Aug-11 20:32
Bernhard Hiller9-Aug-11 20:32 
GeneralRe: It's a jungle in there Pin
BobJanova10-Aug-11 1:36
BobJanova10-Aug-11 1:36 
GeneralRe: It's a jungle in there Pin
Amar Chaudhary10-Aug-11 2:50
Amar Chaudhary10-Aug-11 2:50 
GeneralRe: It's a jungle in there Pin
Member 776995910-Aug-11 8:36
Member 776995910-Aug-11 8:36 
GeneralRe: It's a jungle in there Pin
Br.Bill10-Aug-11 6:58
Br.Bill10-Aug-11 6:58 
GeneralRe: It's a jungle in there [modified] Pin
RobCroll14-Aug-11 3:29
RobCroll14-Aug-11 3:29 
GeneralRe: It's a jungle in there Pin
GibbleCH15-Aug-11 5:31
GibbleCH15-Aug-11 5:31 
GeneralRe: It's a jungle in there Pin
richard_k15-Aug-11 21:34
richard_k15-Aug-11 21:34 
GeneralMessage Removed Pin
8-Aug-11 4:13
professionalN_tro_P8-Aug-11 4:13 

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.