Tag: VB6
AAArrrggghhh Legacy Code
Recently, I’ve been working on what is probably the “Ultimate” legacy/Brownfield application. It’s a VERY important application for our business, or WAS, but the users are starting to find other ways to do their job. The problem is that the application in question is VERY hard to maintain, and management does not want to risk […]
Continue reading AAArrrggghhh Legacy CodeA Basic Class Design Lesson
Hi Gang,I’m going through some OLD code today, probably written before classes, but looking at it, I realized it might be a good class design lesson for those not used to writing classes. The code was in a form, and was actually used multiple times – which by itself says the code should be in […]
Continue reading A Basic Class Design LessonFeeling Frustrated
Today, I’m working on a VB 6.0 application. After a couple of years of working almost exclusively in .NET, boy is it driving me nuts The WORST part? I’m adding a form and some classes to an application that is about 90% done being ported to .NET
Continue reading Feeling Frustrated