Click here to Skip to main content
15,914,780 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: Ever experienced this Pin
David Rush6-Mar-07 9:59
professionalDavid Rush6-Mar-07 9:59 
GeneralVB.NET Pin
Shog94-Mar-07 11:51
sitebuilderShog94-Mar-07 11:51 
GeneralRe: VB.NET Pin
#1234-Mar-07 12:56
#1234-Mar-07 12:56 
GeneralRe: VB.NET Pin
Shog94-Mar-07 14:24
sitebuilderShog94-Mar-07 14:24 
GeneralRe: VB.NET Pin
#1234-Mar-07 14:47
#1234-Mar-07 14:47 
GeneralRe: VB.NET Pin
Shog94-Mar-07 15:22
sitebuilderShog94-Mar-07 15:22 
GeneralRe: VB.NET Pin
Christian Graus5-Mar-07 1:13
protectorChristian Graus5-Mar-07 1:13 
GeneralRe: VB.NET Pin
Shog95-Mar-07 3:25
sitebuilderShog95-Mar-07 3:25 
Other than the one you illustrated below? Wink | ;)

It's not the syntax that really irritates me; it's the little programming techniques that, by now, just scream "VB" to me: insufficient error handling, massive amounts of duplicate code, unnecessary use of late binding, etc. Every time i need to make significant changes to a class or routine, i'll re-write it, to where it reads the same as it would have if i'd written it in C#. Eventually, i'll either have re-written the whole thing to where converting it to C# will be painless... or i'll have pushed the project off onto some other poor sucker, and won't care anymore...



----
It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.
--Raymond Chen on MSDN

GeneralRe: VB.NET Pin
Duncan Edwards Jones5-Mar-07 4:03
professionalDuncan Edwards Jones5-Mar-07 4:03 
GeneralRe: VB.NET Pin
Shog95-Mar-07 4:22
sitebuilderShog95-Mar-07 4:22 
GeneralRe: VB.NET Pin
pbraun5-Mar-07 9:26
pbraun5-Mar-07 9:26 
GeneralRe: VB.NET Pin
Sam Loveridge5-Mar-07 11:33
Sam Loveridge5-Mar-07 11:33 
GeneralRe: VB.NET Pin
GWB@s1c6-Mar-07 10:41
GWB@s1c6-Mar-07 10:41 
GeneralVB.NET -> C# ? Pin
Christian Graus3-Mar-07 23:05
protectorChristian Graus3-Mar-07 23:05 
GeneralRe: VB.NET -> C# ? Pin
Bradml3-Mar-07 23:24
Bradml3-Mar-07 23:24 
GeneralRe: VB.NET -> C# ? Pin
Christian Graus3-Mar-07 23:37
protectorChristian Graus3-Mar-07 23:37 
GeneralRe: VB.NET -> C# ? Pin
Bradml4-Mar-07 0:20
Bradml4-Mar-07 0:20 
GeneralRe: VB.NET -> C# ? Pin
Christian Graus4-Mar-07 0:34
protectorChristian Graus4-Mar-07 0:34 
GeneralRe: VB.NET -> C# ? Pin
Bradml4-Mar-07 0:41
Bradml4-Mar-07 0:41 
GeneralRe: VB.NET -> C# ? Pin
Vasudevan Deepak Kumar4-Mar-07 1:51
Vasudevan Deepak Kumar4-Mar-07 1:51 
GeneralRe: VB.NET -> C# ? Pin
Sam Loveridge5-Mar-07 11:40
Sam Loveridge5-Mar-07 11:40 
GeneralRe: VB.NET -> C# ? Pin
Shog95-Mar-07 13:54
sitebuilderShog95-Mar-07 13:54 
GeneralRe: VB.NET -> C# ? Pin
AndrewVos6-Mar-07 5:38
AndrewVos6-Mar-07 5:38 
GeneralRe: VB.NET -> C# ? Pin
DA_Loring6-Mar-07 3:21
DA_Loring6-Mar-07 3:21 
GeneralRe: VB.NET -> C# ? Pin
Pascal Ganaye5-Mar-07 3:38
Pascal Ganaye5-Mar-07 3:38 

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.