34
votes
23answers
1k views
How do I work effectively with VERY messy legacy code
I know there have been many questions regarding legacy code here; however I want to broach the human side of the issue. How do you deal with being made to work on a very messy codebase with tight …
18
votes
11answers
1k views
Converting C source to C++
How would you go about converting a reasonably large (>300K), fairly mature C codebase to C++?
The kind of C I have in mind is split into files roughly corresponding to modules (i.e. less granular …
17
votes
17answers
680 views
What makes code legacy?
I have heard many developers refer to code as "legacy". Most of the time it is code that has been written by someone who no longer works on the project. What is it that makes code, legacy code?
…
15
votes
9answers
529 views
What can you do to a legacy codebase that will have the greatest impact on improving the quality?
As you work in a legacy codebase what will have the greatest impact over time that will improve the quality of the codebase?
Remove unused code
Remove duplicated code
Add unit tests to improve test …
12
votes
13answers
821 views
How do you introduce unit testing into a large, legacy (C/C++) codebase?
We have a large, multi-platform application written in C. (with a small but growing amount of C++) It has evolved over the years with many features you would expect in a large C/C++ application:
…
11
votes
16answers
821 views
Rewrite of legacy code
My department is currently faced with the responsibility for the task of maintaining a rather large COBOL code base. We are wondering how to add new features to keep up with business needs. COBOL …
11
votes
6answers
660 views
C++ Unit Testing Legacy Code: How to handle #include?
I've just started writing unit tests for a legacy code module with large physical dependencies using the #include directive. I've been dealing with them a few ways that felt overly tedious (providing …
10
votes
15answers
545 views
Why continue writing legacy systems?
I have a student position working on some websites for my school. Everything my school does is in VBScript/ASP Classic. I'm a bit confused about something. I can understand that my school as a LOT …
9
votes
9answers
520 views
Find software developers who see the light
I work in a software company which has been existence for 27 years and as a result the software framework on which our applications run is all home grown as it predated most of the standards that are …
9
votes
5answers
338 views
How to reverse engineer undocumented legacy application?
Once I was assigned to a project which was about adding couple new features to the existing Java based web application. Because it was a matter of just couple simple features there was no chance for …
8
votes
3answers
91 views
Who should learn the “old” system?
I've been involved in several projects which basically involved replacing an "old" system with a "new" system. Invariably, the pattern has been that practically no one on the team building the "new" …
8
votes
16answers
636 views
Getting your head around other people’s code
I'm occasionally unfortunate enough to have to make alterations to very old, poorly not documented and poorly not designed code.
It often takes a long time to make a simple change because there is …
8
votes
11answers
665 views
Are there any Technical Advantages on Mainframe (or any other legacy systems)?
Background: I believe most of the major financial institutes and major retailers still have many critical business processes and data relied on the legacy systems, such as Mainframe. Many developers …
8
votes
8answers
2k views
How can I run a Windows GUI application on as a service?
I have an existing GUI application that should have been implemented as a service. Basically, I need to be able to remotely log onto and off of the Windows 2003 server and still keep this program …
7
votes
10answers
748 views
How to deal with seniors’ bad coding style/practices?
I am new to work but the company I work in hires a lot of non-comp-science people who are smart enough to get the work done (complex) but lack the style and practices that should help other people …
