Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in legacy-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

Where to keep dictionaries in app using Dependency Injection

View the members of a C++ DLL

c++ reflection legacy-code

Unusual use of new in historical code. What does it mean?

Suggest a simple ORM on .NET - design for maintaining legacy apps

c# .net database orm legacy-code

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