7
votes
10answers
722 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
29 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 …
2
votes
2answers
38 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 …
0
votes
1answer
43 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 …
1
vote
1answer
55 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
75 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
21 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
3answers
102 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 …
3
votes
1answer
55 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 …
6
votes
5answers
131 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 …
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 …
0
votes
2answers
47 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 …
2
votes
6answers
134 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 …
3
votes
4answers
148 views
Questions about a possible replacement of batch files on a Windows application?
I've got a big Windows legacy application composed by many executables interacting with a database.
Executables have 4 main purposes:
(a) parsing and loading a file on a database
…
10
votes
16answers
797 views
Rewrite of legacy code
My department is currently faced with the responsibility for the task of maintaining a rather large COBOL code base. We are wondering how to add new features to keep up with busine …
