Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

38
votes
16answers
2k views

What's the funniest user request you've ever had? [closed]

Users sometimes come up with the most amusing, weird and wonderful requirements for programmers to design and implement. Today I read a memo from my boss that we need the "ability to import any excel ...
33
votes
13answers
6k views

Reverse engineering war stories [closed]

Sometimes you don't have the source code and need to reverse engineer a program or a black box. Any fun war stories? Here's one of mine: Some years ago I needed to rewrite a device driver for which ...
23
votes
9answers
6k views

Maven Release Plugin war stories

I have been given the task of exploring the maven-release-plugin before we try using it on our project. As of now, the releases are done manually on request. This process involves (skip this part if ...
21
votes
18answers
2k views

Any Real-Life Visual Source Safe Horror Stories

VSS is much maligned and perhaps justifiably so. Please don't confuse me as an apologist for it, as I gave up on it a while back in favor of Vault. However, despite using VSS for over 10 years on ...
5
votes
19answers
648 views

Do you have examples of comments or todos that were difficult to interpret?

I'm writing a chapter of my dissertation that deals with contextual cues and I'm looking for good examples of comments (or todo comments) where it's obvious that whoever wrote them had some knowledge ...
4
votes
3answers
279 views

How good are the tools to migrate to and from Team System?

I was wondering if anyone tried migrating between TS and SVN/CC. What I mean by migrating is importing and exporting the repository between source control systems without losing the history. How ...
3
votes
3answers
212 views

Dealing with mistakes in a resource constrained environment

There's pat advice about the recommended practice of code review/pair programming, allocating budget for testing, writing unit tests, using design by contract, and on and on. Some environments are so ...
3
votes
24answers
945 views

Orders of Magnitude: What was the lowest-level code you have worked on? The highest level?

Dijkstra once noted that a programmer can reasonably expect to have to work within a range of at least thirty orders of magnitude- from dealing with individual bits all the way up to gigabyte-sized ...
1
vote
6answers
251 views

Any “war stories” on bugs from missing things in the documentation of functions you invoked?

I'm looking for interesting war stories on situations where you had a bug because you missed something important in the documentation of a class you were instantiating or a function/method you were ...