Tagged Questions

38
votes
21answers
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 setup.' whenever I …
28
votes
26answers
2k views

Inherited a PHP nightmare, where to start?

I've inherited a PHP project that's turning out to be a nightmare. Here are the salient points: All the original developers have left The code has no version control All development and testing was …
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 people who develop .NET …
22
votes
13answers
932 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 this with side …
21
votes
20answers
1k views

Is there a way to avoid spaghetti code over the years?

I've had several programming jobs. Each one with 20-50 developers, project going on for 3-5 years. Every time it's the same. Some programmers are bright, some are average. Everyone has their CS …
18
votes
35answers
1k views

Writing maintainable code

What is the single most important factor for writing maintainable code (language independent)?
15
votes
3answers
171 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
973 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?
10
votes
6answers
444 views

Will a “Site Down for Maintenance” page break SEO?

In a situation when you are doing a major code release and/or database schema change to a production environment is it detrimental to SEO to put up a "Gone Fishin'" page while the upgrade happening? …
9
votes
7answers
302 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 guidelines for users to …
9
votes
15answers
546 views

How to save my sanity while maintaining spaghetti code

Just wanted to hear some words of advice (and comfort.. ) that will help me to take control over some complicated spaghetti code -- code that was developed by multiple programmers (usually that never …
9
votes
9answers
385 views

How do you familiarize with a codebase that has no documentation?

I don't know, I've been told that the previous developers did fine in picking up and heading straight into coding with no major problem. I wonder if I am doing it wrong by requesting my manager for …
8
votes
19answers
671 views

Are Stored Procedures Easier to Maintain?

What is the argument for and against putting code in stored procedures with the intention of making the code more maintainable (i.e. Easier to make changes to the business rules without recompiling …
8
votes
13answers
734 views

Oldest programs you still have to maintain?

I'm quite a aware of the "subjectiveness" of this question. But I just wonder how you got along with "old" or older code. The oldest code I still have and understand was my theme for my diploma now …
8
votes
9answers
267 views

The Neglected Stakeholder a.k.a the System Administrator

Some time ago I came to realize that almost every customer project that I have been working on so far has neglected an important group of stakeholders: the system administrators. These silent heroes …

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