3
votes
4answers
84 views
Dead code detection in PHP
I have a project with very messy code - lots of duplication and dead code here and there.
Some time ago there was zero code coverage by unit-tests but now we're trying to write al …
3
votes
1answer
73 views
Separate threads for socket input and output
I got assigned to work on some performance and random crashing issues of a multi-threaded java server. Even though threads and thread-safety are not really new topics for me, I fou …
8
votes
1answer
121 views
How can I mark Perl code as deprecated?
In my project I'm currently preparing a step-by-step move from legacy code to new, properly-designed and tested modules. Since not every fellow programmer follows closely what I do …
15
votes
19answers
2k views
VB6 lives forever like Cobol
In the last 3-5 years I have been renewing an insurance application and a commmercial integration toolkit based on vb6.
According to Microsoft's "It just works policy" the IDE is s …
2
votes
10answers
262 views
How to work in untestable legacy code- in bug fixing
scenario:
you have tightly coupled legacy code that you can not unit test.
and you have to bug fix, what do you do to not get very depressed?
I read working effectively... and ref …
9
votes
13answers
700 views
Legacy Code Nightmare
I've inherited a project where the class diagrams closely resemble a spider web on a plate of spaghetti. I've written about 300 unit tests in the past two months to give myself a s …
1
vote
4answers
87 views
How to keep coding interesting? [closed]
Hello all,
I bet everyone can remember that while we all were learning to write our first "trivial" pieces of code - in no matter what programming language, we all had a rush and …
0
votes
4answers
89 views
Recording interaction on an inflection point using mocking framework. Moq
Updated version of question
Hi.
My company has a few legacy code bases which I hope to get under test as soon as they migrate to .NET 3.5. I have selected Moq as my Mocking fram …
6
votes
17answers
464 views
Inheriting applications at a new job…
When inheriting applications at a new job do you tend to stick to the original developers coding practices or do you start applying your own?
I work in a small shop with no guidel …
0
votes
2answers
41 views
syncing iostream with stdio
I am trying to add iostream to the legacy code and thus want to sync those two libraries.
According to this article, I should use std::ios_base::sync_with_stdio.
Now, I wonder h …
0
votes
1answer
18 views
Determine time added working in code because of a legacy application?
How would you go about determining how much time was added due to working in legacy code as opposed to tested code for cost analysis if we really don't have a benchmark of working …
6
votes
5answers
112 views
Adding unit tests to legacy code
Have you ever added unit tests, after the fact, to legacy code? How complicated was code and how difficult to stub and mock everything? Was the end result worthwhile?
1
vote
1answer
48 views
MySQL schema to schema syncronization through triggers?
Quick note: I have 19 days to figure my client's problems out.
Background:
Client hired a contractor who boasted he could get a new App out the door in 3 months. Two months a …
5
votes
4answers
205 views
How do you start with FxCop on legacy code?
Does anyone have any experience of introducing FxCop to legacy code? We would like to have our build fail if anyone introduces code that violates rules. But for the time being, thi …
0
votes
3answers
122 views
Legacy-C C++ incorporation
Hi all.
I'm currently working on a performance critical application which incorporates
legacy c code (a SPICE variant).
The problem is as follows:
The creators of the legacy c …
