Tagged Questions

15
votes
3answers
137 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 …
9
votes
43answers
858 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
146 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 …
3
votes
3answers
34 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 …
1
vote
6answers
201 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 …
1
vote
1answer
53 views

Programming Ratios

Hi. Has anybody seen studies of ratios of maintainance programming to new development? Thanks.
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 …
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 …
33
votes
20answers
15k 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 …
7
votes
7answers
197 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 …
9
votes
7answers
271 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 …
1
vote
2answers
80 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 …
3
votes
4answers
157 views

How to implement “Maintenance Mode” on already established website

I have built a fairly robust website (PHP) with more than 60 pages. I have only now realized (unfortunately) that I should have built in an "In Maintenance Mode" feature to allow …
22
votes
13answers
912 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 …
18
votes
35answers
1k views

Writing maintainable code

What is the single most important factor for writing maintainable code (language independent)?

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