2
votes
2answers
28 views
How to make ActiveRecord work with legacy partitioned/sharded databases/tables?
Hi all,
thanks for your time first...after all the searching on google, github and here, and got more confused about the big words(partition/shard/fedorate),I figure that I have t …
7
votes
10answers
710 views
How to deal with seniors’ bad coding style/practices?
I am new to work but the company I work in hires a lot of non-comp-science people who are smart enough to get the work done (complex) but lack the style and practices that should h …
1
vote
1answer
20 views
How to configure format of Python 2.3 logging messages?
In Python 2.4 and later, configuring the logging module to have a more basic formatting is easy:
logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s")
but for applicatio …
1
vote
1answer
46 views
DOS legacy application with USB printer.
I have the unfortunate task of doing (minimal) maintenance work on two legacy applications developed in DBIII+/Clipper '87.
I have full access to source and a minimal toolchain to …
1
vote
1answer
67 views
Refactoring nasty legacy systems via AOP or other automated means?
I've recently been playing around with PostSharp, and it brought to mind a problem I faced a few years back: A client's developer had produced a web application, but they had not g …
1
vote
1answer
19 views
What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?
Suppose you have an old legacy website, with an in-house php CMS.
http://mysite.com/index.php?page=3&c=7
Now, for some reason, you re-structured your website in Wordpress, w …
0
votes
1answer
32 views
Load a .NET assembly from a COM ProgID without creating a COM object
A bit of an odd question and probably backwards from what most people want to do, but I'm trying to work around a legacy COM issue.
I have two components, both of which are actual …
3
votes
1answer
50 views
what language was cybersyn/cyberstride implemented in?
I am aware that it was implemented on the IBM 360 mainframe architecture but does anyone know what language(s) were used in particular? Supposedly the bulk of it was programmed and …
0
votes
3answers
97 views
MSTest for huge legacy codebase
Hello,
we have a huge codebase with about 1000k lines of native/unmanaged legacy c++ - code and we are going to provide the code with unit tests and MSTest would fit perfectly in …
0
votes
2answers
42 views
What database technology to use for legacy application?
I am looking for advice. I know stackoverflow likes "answerable" questions, I hope this is.
I have a large legacy (Windows) application, using a proprietary (ISAM) database. I w …
6
votes
5answers
126 views
Help me explain the benefits of XML and other markup languages
I am trying to convince some senior people at my company of the advantages of transmitting data in a structured format between two of our systems.
Currently one system outputs fla …
-3
votes
0answers
27 views
Legacy in sql server 2005 [closed]
No 'Legacy' found in sql server 2005
34
votes
23answers
1k views
How do I work effectively with VERY messy legacy code
I know there have been many questions regarding legacy code here; however I want to broach the human side of the issue. How do you deal with being made to work on a very messy code …
2
votes
6answers
129 views
Stategies for Rebuilding Legacy Applications
I have a new assignment coming up shortly where I have re-architect some legacy COM applications in .Net WPF. If possible I need to re-use functionality or existiing code however I …
0
votes
1answer
75 views
Django and weird legacy database tables
Hi,
I'm trying to integrate a legacy database in Django.
I'm running into problems with some weird tables that result from horribly bad database design, but I'm not free to chang …
