Originally legacy code meant code 'inherited' from authors or from a previous program/system version.
I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on …
windows-7 vb6 installation legacy legacy-codeI have a a static method in some legacy code, which is called by multiple clients. I obviously have no …
java android design-patterns legacy-codeI can't seem to find a straight answer on this. It appears that Visual Studio 6 won't be supported, but I'm …
vb6 windows-7 legacy-codeI have to find a memory leak in a Java application. I have some experience with this but would like …
java methodology enterprise legacy-code memory-leaksHow would you go about dead code detection in C/C++ code? I have a pretty large code base to …
c++ automation static-analysis legacy-code dead-codeHave you ever added unit tests, after the fact, to legacy code? How complicated was code and how difficult to …
unit-testing legacy-codeI am trying to write a unit test for a legacy code. The class which I'm testing has several static …
java unit-testing legacy-code static-variablesI've googled and just can't seem to find the answer to this simple question. Working on a legacy code base (…
c function legacy-codeI'm working on getting some legacy code under unit tests and sometimes the only way to sense an existing program …
c++ unit-testing stdout legacy-codeI've gotten quite interested in coding katas in recent months. I believe they are a great way to hone my …
refactoring legacy-code