We have legacy C++ code performing high-performance data processing (e.g., large volumes of data fed from hardware devices that is processed in a time-sensitive manner for display, transforms, and tra
I\'m about to do some work on this hideous old java web app a friend on mine inherited a while ago. After I\'ve set up tomcat, imported project and all that to my eclipse workspace I get this error t
I have a architecture question about legacy. For example I have a class that using everywhere in proj开发者_运维技巧ect. Projects don\'t have any Unit Tests
I have a legacy codebase and I need to test that code w开发者_如何学Cith PHPUnit. So I am asking for suggestions based on your experiences. Which classes I should test first? Or give the priority?
I want to use Spring inside a legacy application. The core piece is a class, let\'s call it LegacyPlugin, that represents a sort of pluggable piece in the application. The problem is that this class
I am requested to support a legacy system. I needed to install PHP4 on my computer for that and also MySQL 4开发者_如何学运维.x. I couldn\'t find a MySQL 4.x version that installs on my computer so I
I am trying to write a replacement for a VB6 dll that is referenced by another VB6 in c#.net. For now we can only work on the later and I am having some success with this. Except I have run into a pr
I have an old C++ library which has been designed for use in single-threaded environmens. The library exposes the interfaces for initialization, which change the internal data structures of the libra
I need some advice on how to work with legacy code. A while ago, I was given the task to add a few reports to a reporting app. written in Struts 1, back in 2005. No big deal, but the code is quite me
How to write a NUnit test for a method like this. Does this method itself warrant refactoring? What is the best approach to deal with scenarios like this in leagacy code?