vote up 2 vote down star
1

We recently had this question about our favorite metaphors, but in my experience, whether we like them or not, the Computer Science/Engineering field is full of metaphors that range wildly in appropriateness.

For example, although it never bothered me, I had a computer science professor in my undergrad days who hated the word "partition" in reference to hard drives. In his opinion, a "partition" was a fence or divider, but a hard disk partition referred to the actual space between the dividers. Go figure.

Being reminded of the prevalence of metaphors in our field, I wanted to ask the community, what are (in your opinion) some of the worst metaphors in information technology?

flag

16 Answers

vote up 11 vote down check

The absolute worst metaphor ever from http://www.codinghorror.com/blog/archives/001130.html

Programming is all about knowing when to boil the orange sponge donkey across the phillipines with an orangutang gorilla crossed with a ham sandwich to the fourth power of twelve across the nile with an awful headache from the previous night when all of alfred's naughty jalapeno peppers frog-marched the nordic elves across the loom-lined geronimo induced swamp donkey over and above the fortran fortified kilomanjaro fence past the meticulously crafted anti disgusting sponge cake scenario where all the hats doth quoteth the milk which is not unlike the super werewolf from the infinite realm of ninja-step. it's hard to define, really.

link|flag
I'd say that's the greatest, not the worst ;) – Vincent Van Den Berghe Dec 5 '08 at 11:22
vote up 0 vote down

IF one more thing is a ninja or pirate I will stab.

link|flag
vote up 0 vote down

Software engineering is like building a bridge...

link|flag
vote up 0 vote down

Comparisons between software and almost any manufacturing industry, especially automotive.

link|flag
vote up 5 vote down

I really really hate the "pattern" metaphor. It encourages the idea that people without actual software development skill can make good software just like someone without any fashion design skill can make good clothing from a sewing pattern.

link|flag
vote up 5 vote down

The cloud. Mostly because it implies your code will somehow be magically executed by God and his angels instead of a server room somewhere someone is paying very dearly for. Early external 'cloud' backup solutions failed whenever the people hosting the backups simply quit using the utility.

link|flag
vote up 4 vote down

The metaphor that most bugged me is 'dragging a device to the trash' in the MacOS (especially pre-MacOS X) desktop. I don't want to throw it away - I want to unmount it. At least with MacOS X, the process changes the trash into an eject symbol.

link|flag
vote up 0 vote down

Inheritance. Its so limiting.

I hate how it gets abused and how it can get awkward sometimes. I would you could expose composition instead of inheritance.

link|flag
vote up 4 vote down

Nine engineers can't make a baby in one month.

link|flag
statistically, most engineers can't a baby at all :) – Mikeage Feb 25 at 8:26
vote up 1 vote down

Scrumm.

It's just too damn sporty.

link|flag
vote up 2 vote down

I really hate "rules engine".

Real engines have oil and noise and big spinning rods and controlled explosions and all sorts of exciting stuff. Rules engines in software development are always horribly dull in comparison.

link|flag
Until your rules engine throws a rod and spews oil all over the server room... – GalacticCowboy Nov 21 '08 at 17:38
vote up 2 vote down

The entire object-oriented metaphor bothers me, though more because it's overused than because it's intrinsically bad. It's definitely useful for some things, but the problem is how many people try to make it fit every problem because it's the only metaphor they know.

link|flag
vote up 1 vote down

I've always thought a lot of the Agile stuff had bizarre metaphors. But that's very subjective.

link|flag
How about "Agile" itself? – BobbyShaftoe Dec 17 '08 at 16:35
vote up 5 vote down

The "Save" feature in many applications. I have to agree with Neal Stephenson's statement about this (link). When you "Save" something it should persist, but when you "Save" something in most applications it replaces an existing copy. Most of the time, you aren't going to be able to get back to that previous version at a later time, even though it was "Saved". To truly "Save" something, you'd have use something like Subversion or a much more robust file system.

link|flag
Which is why I really liked the Digital computers, such as a VAX. Filenames had versions: Filename.ext;1 was the original version Filename.ext;2 was the first changed version Filename.ext;87 was my most recent version. It usually defaulted to only 3 copies, but that was adjustable by the user. – thursdaysgeek Nov 21 '08 at 18:16
+1 for Neal Stephonson. – BobbyShaftoe Dec 17 '08 at 16:34
vote up 15 vote down

Referring to poorly designed/structured code as a "Code Smell".

I've always disliked that analogy.

link|flag
I generally don't like the word "smell." It's like my version of "moist." – Robert S. Nov 21 '08 at 16:22
Thanks for this one. I agree. – Huntrods Nov 21 '08 at 17:04
My wife can't stand the word "turd". Sometimes I say it just to bug her. Turd. – BradC Nov 21 '08 at 17:55
My wife used to hate the word "fart". Then we had kids, and they started calling it a "butt-burp". Then, of course, they cackle. – P Daddy Nov 21 '08 at 19:33
+1 for Smell, (+1 to Out Into Space for Moist) – Marcin Nov 25 '08 at 17:40
show 1 more comment
vote up 19 vote down

It's like... a series of tubes...

link|flag
Stevens is making new friends now though - you like "tubes," huh boy? I'll show you a "tube." – Sherm Pendley Nov 21 '08 at 17:47
The 'series of tubes' metaphor makes sense as an off-the-cuff description given to a layman public. (And yes, they -do- get clogged, just not with the effects Ted thinks.) I can't, however, figure out for the life of me how the Internet would relate to a truck. – zarawesome Nov 21 '08 at 18:35
IMHO tubes/pipes is a pretty good metaphor when trying to describe it to non technical people. Sometimes I use the car/truck metaphor to get them to understand why it's not appropriate to use mail to send a 500MB file but instead use ftp or http. It all boils down to this: Know your audience. – some Nov 22 '08 at 4:40
@zarawesome.blogspot.com: I would tell you, but its not particularly work safe. – Mostlyharmless Nov 25 '08 at 17:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.