Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in legacy-code

What is a good java design pattern for similar objects with branching logic

Passing scalars and array elements to a procedure expecting an array

Unit Testing Legacy C# Code

How to use an old single-threaded C++ library in a multithreaded environment

syncing iostream with stdio

c++ c stl io legacy-code

Understanding a big company project in Java [closed]

java legacy-code

How to cover a C++ legacy code controlled by preprocessor #ifdefs with unittests?

In PHP, how can I wrap procedural code in a class?

php namespaces legacy-code

UnitTesting a class that returns a complex dataset

How to go about organizing a unit test harness for legacy Visual C++ code?

What's the equivalent in Delphi 3 of Supports for Interfaces?

delphi legacy-code delphi-3

How to design a set of file readers and writers for different format

How best to integrate several systems?

Starting UnitTesting on a LARGE project

I'm maintaining a Java class that's 40K lines long.. problem?

java legacy-code

How to generate a dummy app inside an already existing rails engine