I\'m working on legacy code that builds an index of popular terms in another index. There are no unit tests in place, and the indexing process is a pain to wait for because the first index takes so lo
I have the following scenario: Multiple users (< 100) User accounts in AD (under different groups) Every group in AD corresponds to a internal department; each department have at least one superv
I\'m making an application that gives clients and approximate loan offer (they are开发者_C百科 later calculated by other back-office systems).
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m working in some old code which was originally designed for handling two different kinds of files. I was recently tasked with adding a new kind of file to this code. Most of my problems were solve
We are a team working on legacy code which is pretty old and written i开发者_Go百科n languages of initial programming days. As the team members are trained in latest technology and are now put to work
I\'m sitting with massive amounts of legacy C code that needs to be converted to Ruby for a project. I\'ve seen Ruby to C translators online, but not the other way around. Would there be a sim开发者_
I have a open-book test this week and I\'ve been notified that the test will开发者_开发技巧 be an exercise whereby a chunk of legacy code is provided and a requirement to \'port\' the code.
I just recently finished Michael Feathers\' book Working Effectively with Legacy Code.It was a great book on ho开发者_开发知识库w to effectively create test seams and exploit them to get existing code
I am working on legacy project. Now the situation demands project to be divided into parts. What strategy I should follow to do this task.