I'm working a project that's not too complex, but it has it's serious issues. For example, controls on the form that aren't visible when running that instead of being removed were just .Visible = false;, multiple classes with 9000+ lines of code.
No use of classes as far as I can see, only a few to handle the data connections.
Just a cesspit that was left by an older developer who left with a grudge against the company.
So seriously, how do I get a handle on things? I've tried following the boyscouts code of always leaving the campsite cleaner than when you found it, but more times than not I find any changes breaking the entire build.
The there's the problem of many controls that seemingly were made for the same purpose being named txtUserName, txtUserName1, txtUserName2, and I can't find which one is being used.
How do you tackle these problems?

New Topic/Question
Reply


MultiQuote














|