legacy-code
Plain HTTP along with WCF - how?
The brand-new WCF-based code needs (in the meanwhile) to provide a service to a legacy code that works in plain HTTP. So that, along with new SOAPed requests, I need to tailor some oldskul-style commu[详细]
2023-01-17 12:20 分类:问答Building legacy Turbo C++ Code
I am looking to revive some old C++ code, developed in Turbo C++ for DOS. It\'s a console-based text game.[详细]
2023-01-15 05:03 分类:问答Code refactoring on bad system design
I am a junior software engineer who\'ve been given a task to take over a old system. This system has several problems, based on my preliminary assessment.[详细]
2023-01-14 04:52 分类:问答Distribution responsibilities for code of long-living large project [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_JAVA百科 Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-14 00:32 分类:问答Can't run Cocoa UnitTests because of Garbage Collector disabling
I\'m trying to add some UnitTests to a bunch of Cocoa Legacy code. I created a Unit Test Bundle, and added all source and frameworks needed, but the build fails with this message:[详细]
2023-01-13 00:16 分类:问答Extension methods in C#: why does this work?
I\'m a little confused as to why this doesn\'t give an error.I found this code deep inside of some outdated legacy software and was surprised to see it work.[详细]
2023-01-13 00:07 分类:问答need some simple help understanding a bit of pre-PHP5 code
I was turned on to nstrees from another question, and have been working through the script. It was last updated in 2005 and relied on some stuff that has since apparently been deprecated like HTTP_POS[详细]
2023-01-11 19:22 分类:问答Term for legacy bug replication?
Out of idle curiosity, does anybody know of a term for replicating bugs in a new implementation of an old system so as to maintain backwards compatibility with old clients that rely on the buggy funct[详细]
2023-01-08 15:21 分类:问答WCF: wrapping legacy API question
I have to wrap legacy .net assembly API (set of classes and interfaces) with WCF service. Service is visioned as proxy that delegates calls to existing classes with virtually no additional work.[详细]
2023-01-07 01:33 分类:问答Adding features to code bases which are in dire need of refactoring
I am developing on a system that is a bit difficult to work with. It is 99% undocumented, does not follow best practices and is fairly difficult to understand (globals galore, methods spanning 50 line[详细]
2023-01-06 18:19 分类:问答