Click here to Skip to main content
15,886,632 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: VB 6 Pin
Kirk21129-Sep-10 8:41
Kirk21129-Sep-10 8:41 
GeneralRe: VB 6 Pin
xperroni1-Sep-10 4:24
xperroni1-Sep-10 4:24 
GeneralRe: VB 6 Pin
Fabio Franco1-Sep-10 5:05
professionalFabio Franco1-Sep-10 5:05 
GeneralRe: VB 6 Pin
Bigdeak10-Sep-10 1:56
Bigdeak10-Sep-10 1:56 
GeneralRe: VB 6 Pin
Fabio Franco10-Sep-10 2:03
professionalFabio Franco10-Sep-10 2:03 
GeneralRe: VB 6 Pin
M i s t e r L i s t e r1-Sep-10 5:54
M i s t e r L i s t e r1-Sep-10 5:54 
GeneralRe: VB 6 Pin
bwallan1-Sep-10 8:08
bwallan1-Sep-10 8:08 
GeneralRe: VB 6 Pin
JasonPSage1-Sep-10 8:37
JasonPSage1-Sep-10 8:37 
This is a response to all the posts in this topic before mine... you might know what I'm referring to if you read this thread up until this post...

I've written miles of VB5,6 code and folks can knock it all they like but I think it was one of the best products Microsoft has made alongside forcefeedback joysticks, access 2003, excel 2003 and DirectX in my opinion.

It is one of first totally RAD programming languages in my opinion: True Binary, tons of widget addons, ADO, ODBC, RDO .. tons of ways to communicate with databases and whip up applications quickly with integrated set up and deployment tools - all wrapped into one seamless package if you wen corporate - not to mention it supports various client/server (two tier/three tier systems easily.

On error resume next? You can test the error result after that command - SO? what's the problem? How is that different then try catch? You can do the same thing... and frankly - there is a time and place for any code construct - even GOTO.

I love when folks get indignant about GOTO and other coding philosophy. I truly believe users just want software that works - less flash and more "DO" ... and

* If you write beautiful code that is easy to read and performs great: AWESOME!

* If you write ugly code that works.. well.. I wouldn't recommend it but before I chastise ya: How much time did you have to get it done? Boss breathing down your neck? Simply didn't care? All valid reasons to write crap and "Git-R-Dun" in my opinion... Example: Coder: I need two days to do this right! Boss: I need it NOW.. an Hour! Worker: Sure thing boss!

VB6 is pretty darn sweet and I say if they had a vb7 by the same development team with better multi-tasking - I would chose it over .Net any day!

--Jason
Know way too many languages... master of none!

GeneralRe: VB 6 Pin
Max Peck2-Sep-10 4:05
Max Peck2-Sep-10 4:05 
GeneralRe: VB 6 Pin
Matt McGuire1-Sep-10 13:15
professionalMatt McGuire1-Sep-10 13:15 
GeneralRe: VB 6 Pin
Lutosław1-Sep-10 20:25
Lutosław1-Sep-10 20:25 
GeneralRe: VB 6 Pin
cwp423-Sep-10 1:38
cwp423-Sep-10 1:38 
General558 Lines Of QuickBasic Glory PinPopular
AspDotNetDev25-Aug-10 21:29
protectorAspDotNetDev25-Aug-10 21:29 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
Kevin Drzycimski25-Aug-10 22:22
Kevin Drzycimski25-Aug-10 22:22 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
AspDotNetDev26-Aug-10 10:48
protectorAspDotNetDev26-Aug-10 10:48 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
CDP180226-Aug-10 0:50
CDP180226-Aug-10 0:50 
GeneralRe: 558 Lines Of QuickBasic Glory PinPopular
Ian Shlasko26-Aug-10 2:57
Ian Shlasko26-Aug-10 2:57 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
AspDotNetDev26-Aug-10 5:15
protectorAspDotNetDev26-Aug-10 5:15 
GeneralMe! Me! Me! Pin
peterchen27-Aug-10 5:27
peterchen27-Aug-10 5:27 
GeneralRe: Me! Me! Me! Pin
Ian Shlasko27-Aug-10 5:41
Ian Shlasko27-Aug-10 5:41 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
leppie27-Aug-10 11:18
leppie27-Aug-10 11:18 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
LloydA11128-Aug-10 12:44
LloydA11128-Aug-10 12:44 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
dawmail33323-Jun-11 13:41
dawmail33323-Jun-11 13:41 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
beeseearr14-Jul-11 3:46
beeseearr14-Jul-11 3:46 
GeneralRe: 558 Lines Of QuickBasic Glory Pin
Vikram A Punathambekar31-Aug-10 9:36
Vikram A Punathambekar31-Aug-10 9:36 

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.