Tagged Questions

10
votes
45answers
964 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?
15
votes
3answers
170 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 …
1
vote
8answers
168 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. T …
2
votes
2answers
13 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? 50 …
28
votes
77answers
3k views

What infuriates you the most when maintaining others’ code?

Maybe infuriate is not the politically correct term, but what kind of code would qualify for a genuine face palm? Addendum: For me, it's the misuse of technology. The group of peo …
1
vote
6answers
204 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 …
3
votes
3answers
41 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 ha …
36
votes
20answers
16k views

Visual Studio setup problem - ‘A problem has been encountered while loading the setup components. Canceling setup.’

Hi All, I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered while loading the setup components. Canceling …
1
vote
1answer
54 views

Programming Ratios

Hi. Has anybody seen studies of ratios of maintainance programming to new development? Thanks.
7
votes
7answers
204 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 maintenanc …
0
votes
2answers
29 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 wan …
18
votes
35answers
1k views

Writing maintainable code

What is the single most important factor for writing maintainable code (language independent)?
9
votes
7answers
291 views

Tips for maintaining an internal Maven Repository?

I'm interested in starting to maintain a Maven 2 repository for my organization. Are there any pointers or pitfalls you learned when doing this? Specifically, are there any guide …
2
votes
4answers
121 views

How to maintain a locally modified copy of an external svn repository

I have checked out an external svn repository that I have applied a couple of patches to. (Applying the patches can only be done manually due to conflicts.) Now I want to be able …
22
votes
13answers
923 views

How do I write more maintainable regular expressions?

I have started to feel that using regular expressions decreases code maintainability. There is something evil about the terseness and power of regular expressions. Perl compounds …

1 2 3 4 5 8 next
15 30 50 per page