3
votes
8answers
111 views
How to reduce maintenance costs
It has come to the point where 4 out of 5 developers are full time dealing with maintenance or support issues.
This is mainly due to the total lack of accountability (read:reviews etc) during the …
4
votes
2answers
49 views
When do you compact a Sql Server Database?
We have a SQL Server 2000 database that holds most of our teams databases running on a relatively old server.
Lately we have been having some weird slow down issues on some of our database calls in …
2
votes
2answers
20 views
Proper status code for a maintenance page redirect?
While performing some upcoming maintenance, I'm going to have to redirect all site traffic to a maintenance page briefly. What's the proper status code to use for the redirect?
503 makes sense, but …
15
votes
3answers
173 views
Do you develop your Perl applications as CPAN modules?
Recently I read a blog post saying that it is a good practice to develop Perl applications just as you would develop a CPAN module. (Here it is – thanks David!) One of the reasons given was that you …
11
votes
45answers
977 views
What is the thing that irritates you while doing maintenance coding?
What is the thing that irritates you while doing maintenance coding?
Can you point out some points for easier maintenance for me and my fellow programmers?
1
vote
8answers
180 views
What is a good early termination fee for maintenance contracts?
Just got back from a client that asked to have an early termination clause added into a proposed maintenance contract. The contract is to be for a full year with option to renew. The client may pay …
3
votes
3answers
47 views
Maintaining traceability up-to-date as project evolves
During various projects, I needed to make sure that the use case model I developed during the analysis phase is covering the requirements of the project. For that, I was able to have some degree of …
2
votes
6answers
210 views
Have you ever sacrificed bleeding-edge [insert language/framework here] for a job with less stress?
I may have a situation in the future to take a less stressful job, which pays great and has excellent benefits, while working with old technology. Not Cobol old, but a generation back from where I am …
2
votes
1answer
56 views
Programming Ratios
Hi.
Has anybody seen studies of ratios of maintainance programming to new development?
Thanks.
0
votes
2answers
30 views
How to test for test for application,database and date changes without a triggered function
I'm trying to plan how to build some functionality into my new app, and am unsure if there is a "correct" way to achieve what I am looking for.
There are certain things that I want to get done with …
0
votes
2answers
15 views
Link checking solution.
We have over 10, 000 links to websites added by clients... Can anyone recommend an approach to monitor the status of these linkouts so I can keep track of if they are online... Would I be better of …
1
vote
3answers
38 views
Looking for reference/quote/source on code maintenance
I have a vague recollection from way back in college of one my professors saying something to the effect that after only 3 weeks (on average) of not looking at the code for a program, studies showed …
1
vote
1answer
17 views
Has anyone ever observed any ratio trend of the quantity of software maintenance time compared to the number of users of your software?
So for example have you noticed a big difference in support request volume on software being used by 1000 users compared to just 50? Or is it more related to how solid the software actually is? It's …
1
vote
2answers
96 views
How do I monitor and find unused indexes in sql database
I would like to monitor index usage for an sql database, in order to find unused indexes and then drop them. How can I monitor index usage most efficiently? And which scripts could be useful?
(I'm …
8
votes
7answers
217 views
Why separate maintenance work from development work?
I work at a company where maintenance is being done by the same team that brings life to a piece of software.
Very often I hear about organizations that have a separate maintenance team or a …
