Best practice for accessing data from an external legacy ERP system
I have an architectural problem, and would be glad to receive some consultancy :). The application I am developing (let’s call it system A) is responsible for management of work groups, where these groups have a leader, a set of members, roles, categories etc.
How to Keep Track of Thread Safe Code in a mostly Thread Unsafe Legacy Rich C++ Code Base
For large legacy C++ code bases, notions like Herb Sutter’s “const means threadsafe” don’t seem to help much, because there can be an overwhelming amount of code in const functions which are modifying state with no synchronization. And even if legacy code wasn’t a problem, for a class like a ThreadSafeQueue, you wouldn’t want the push_back function to be const just because it is threadsafe.
Working with legacy code – introducing an external BDD integration test harness
Here’s the scenario.
Working with legacy code – introducing an external BDD integration test harness
Here’s the scenario.
How are financial organizations planning for the degradation of old programming languages such as COBOL? [closed]
Closed 9 years ago.
How are financial organizations planning for the degradation of old programming languages such as COBOL? [closed]
Closed 9 years ago.
How are financial organizations planning for the degradation of old programming languages such as COBOL? [closed]
Closed 9 years ago.
Going TDD in the middle of the project
They want us to develop new features of a product with TDD.
I know that they don’t usually write tests for legacy code of already developed modules.
Designing new system to replace legacy: Would you start with a new database and maintain both independently until the switch? [closed]
Closed 7 years ago.