up vote 579 down vote favorite
1353
share [g+] share [fb]

Question

What programming terms have you coined that have taken off in your own circles (i.e. have heard others repeat it)? It might be within your own team, workplace or garnered greater popularity on the Internet.

Directions

  • Write your programming term, word or phrase in bold text followed by an explanation, citation and/or usage example so we can use it in appropriate context.

  • Don't repeat common jargon already ingrained in the programming culture like: kludge, automagically, cruft, etc. (unless you coined it).

Background

This question serves in the spirit of communication among programmers through sharing of terminology with each other, to benefit us by its propagation within our own teams and environments.


Stealing from the comments:

"A shared vocabulary is the basis of communication, not just among programmers [...]"

link
67  
Voted to reopen. I couldn't see a reason to close this in the first place, CW or not. A shared vocabulary is the basis of communication, not just among programmers, and this is a very interesting, and worthy question. Now I just wish I had invented some term that others might find useful ;-) – Grundlefleck Feb 28 '10 at 0:52
114  
I'm thinking "BadgeWhoring" would be a great term, applicable to people who post "fun" questions in order to garner SO badges. – blowdart Feb 28 '10 at 16:53
33  
I want Jeff Atwood to post "six to eight weeks" as an answer. – Aaronaught Mar 1 '10 at 1:26
27  
I didn't make this up, but it should be on any jargon list: Heisenbug - a bug in the release version of the program that doesn't happen in the debug version (or doesn't occur when you're debugging) – Scott Smith Mar 1 '10 at 3:44
9  
Yeah the whole "close because it's not a question" idea bothers me. This is a community of programmers that sometimes wants to know more about the culture we work in, instead of just answering technical questions. – Mike Robinson Mar 3 '10 at 19:46
show 44 more comments
feedback

locked by Robert Harvey Oct 5 '11 at 6:06

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. More info: FAQ(/faq).

closed as not constructive by Sam Saffron Aug 26 '11 at 5:22

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

354 Answers

1 2 3 4 5 12

Bob the cardboard cut-out programmer.

This is a real life-sized cardboard cut-out figure that can be placed in the corner of the office, whenever one of his non-cardboard peers has a problem they can walk up to him and discuss the problem and half of the time this discussion will help solve the problem.

The conversation usually goes something like this:

I can't figure out why my class won't ... Oh, OK don't worry I've just figured it out - thanks!

link
7  
AKA 'Dumb Donkey' - explain a problem to someone; they'll sit in silence and contribute nothing to the discussion while you eventually figure it out yourself. – Steve Folly May 10 '10 at 9:36
1  
I know this as the wooden indian effect, and I must have learned it a long time ago. – Beta May 10 '10 at 18:23
38  
rubberducking?? – Midhat May 12 '10 at 6:14
3  
Cardboard programmers are stealing our jobs as rubberduckies. – Florian Doyon May 22 '10 at 9:10
show 4 more comments
feedback

Fragile - To use Agile methodologies and have people totally screwing it up.

Project Manager: Let's use Agile methodologies!

Developer: Ok sure, I will spike. I'll do the minimum of what takes to achieve this piece of business functionality

Project Manager: Excellent work developer!

Developer: We can refactor later when we build later parts of the system. It's not important to that now.

Project Manager: Good. We shouldn't do more than we need right now.

And later on in the project...

Developer: We need to do that refactoring because the code is unmaintainable

... silence follows ...

Project Manager: Deploy lame excuse machine, choose one or more

  1. Say "We can do it a little later"
  2. Say "But it works why change it?"
  3. Say "This is way more important, do it later"
  4. Say "We don't have time to do this 'refactoring'"
  5. Say "I promise we will do it later"

Resulting in...

Developer suffers development with increasingly incoherent & spaghettified code AND no one cares about the pain he/she suffers.

Then ..

Outsider / CTO: Man, this agile stuff stinks! I'll never use that! Waterfall RULES!

alt text

link
4  
+1 great dialogue – John K May 11 '10 at 0:58
10  
+1 for describing how uninformed management uses agile so well :) – Ryan Hoffman May 12 '10 at 4:11
show 1 more comment
feedback

Reticulating Splines - Used to describe development that still needs to be done to non-programmers who probably don't care about the specifics of what still has to be done (beyond the time estimate) or know what you are talking about. Lifted from the SimCity 2000 game load screen, which displayed nonsense phrases with a progress bar while the game loaded.

link
4  
XD. You might like MS Paint Adventures. The 'SBURB loading screen' has a ton of these. mspaintadventures.com/?s=6&p=002037 – pinkgothic May 11 '10 at 9:12
8  
The load screens of "World of Goo" have some really fun examples of this. – Warren P Jun 25 '10 at 17:13
2  
The nonsense phrases in the loading screen was in The Sims. In SimCity 2000, it was a sound file, saying "Reticulating Splines" when you create a new city. – Dominic Gurto Jun 16 '11 at 8:08
show 3 more comments
feedback

Most of mine can't be shared in polite company, but I started using the term

Swiss army software

about 15 years ago to describe projects suffering from feature creep.

link
1  
I use the same name for describing a handy, personal app or lib I frequently use to make buggy software actually work or at least debug. Or would that be considered McGuivering? – bob-the-destroyer Jul 9 '10 at 3:33
show 2 more comments
feedback

Perl -grade obfuscation

The highest level of obfuscation possible. Better than passing code through a 1-way hash function.

"No one will reverse engineer our code - it's written in Perl."

link
3  
See also: Line noise – RMorrisey May 10 '10 at 7:09
4  
Hm, apparently you haven't seen J so far ;-) (well, and some esoteric languages). In fact, Perl hasn't been at the top of the obfuscation and golfing ladder for quite some time now :-) – Joey May 10 '10 at 22:38
2  
The Obfuscated Perl Contest was held annually between 1996 and 2000. Anyway, Perl is an artist's language, it gives you the tools, it doesn't force you to do things in one way. There's more than one way to do it, is a Perl motto. You can write obfuscated code very hard to read or you can write clean, succinct and beautiful code. There has been a lot of bashing against Perl from people who never wrote a line of Perl! It's the sad truth. – stivlo Jul 3 '11 at 15:19
show 4 more comments
feedback

NP Tricky. Describes an algorithm whose complexity is too hard for a mere mortal to figure out.

NP Hilarious. Describes an algorithm whose complexity is "a joke", literally (as in BogoSort) or metaphorically.

link
1  
@Kevin L. Bogosort would be an excellent example of an "NP Hilarious" algorithm ;-) – Stephen C May 1 '10 at 7:37
3  
I like to use O(scary) for NP Hilarious :) – Juliet May 24 '10 at 8:43
2  
I love how short the Python code for bogosort on Wikipedia is in comparison to the other languages used. – Wallacoloo May 27 '10 at 19:29
2  
@Wallacoloo - Perl 6 is even shorter. And in "bogolang" I can write the program with just one character :-) – Stephen C Aug 3 '10 at 4:27
show 4 more comments
feedback

Affair

If you invoke a private method in C++ from a class with friend status.

link
31  
C++: Where friends have access to your private members. – Chris May 17 '10 at 22:20
17  
HA +1 for woods pic – StingyJack May 21 '10 at 16:22
3  
"only friends can touch my privates" – Andrei Rinea Jun 9 '10 at 18:07
show 1 more comment
feedback

Pro-gasm

When you love your own code so much you have a programming ... well, ... you know what.

alt text

link
61  
This happens so long as you don't love it too soon before you know that it's awesome and experience the pain of "premature evaluation". – Corpsekicker May 11 '10 at 7:55
2  
@Corpsekicker The best comment yet here on this question! LOL!! – JavaRocky May 13 '10 at 23:04
show 2 more comments
feedback

Search And Destroy -- A multi-file search/replace that goes horribly awry.

alt text

link
3  
Seek & Destroy would sound better :) – Rafal Ziolkowski May 19 '10 at 6:37
1  
You hit save? Oh no. You WERE using version control right? Oh NOOOOOO. – Warren P Jun 25 '10 at 17:18
3  
@Rafal: na ah, search and destroy is purrrfect! – iamserious Jul 7 '10 at 14:25
2  
@RafalZiolkowski: na ah, seek & destroy completely misses the association with search / replace – sehe Oct 5 '11 at 0:46
show 1 more comment
feedback

Hi-driven development - When you debug your program by writing alert('Hi') statements in a trial-and-error fashion

link
9  
I used to do this but prefixing with the word 'Chinchilla' - In the understanding that removing them meant lots of searching for 'Chinchilla' which was unlikely to be partial in a term rather than 'Hi' which could be. Unfortunately during a phase where I was distracted with training idiots, I nearly let a Chinchilla into the wild. The chinchillas were hastily replaced with Log4Net. – Wysawyg May 13 '10 at 10:39
3  
Like printf debugging? – Andrew Grimm May 18 '10 at 7:50
6  
Funny. Me and my friends always use an improved version of that: alert('xxx') where xxx is the Bulgarian slang for penis. – Hristo Deshev Sep 24 '10 at 12:06
6  
So if I print "test" instead of "hi", does that count as test-driven development? – asmeurer Jun 7 '11 at 5:59
show 3 more comments
feedback

Pixies are the opposite of gremlins. While gremlins cause unexplained bugs, pixies cause unexplained fixes. They usually appear when fixing a totally unrelated bug or implementing some other function and, voila: the bug is fixed!

link
feedback

cut and waste code

When someone uses cut and paste code they found online (usually from a blog) in a production product, the result is usually a lot of wasted time trying to track down an obscure bug from a line or variable that undoubtedly made sense in the original context but not in our code.

Typical conversation:
"What did you do today?"
"I spent all day debugging cut and waste code."

link
1  
Cut and paste followed by obscenities, haha. Did this two days ago. – rlb.usa Mar 19 '10 at 18:22
feedback

Bang It

Not really sure if I'm the first to use this, but I got into the habit of describing the process of negating a logical expression as "banging" it. This refers to the "!" symbol, used in some languages to denote logical negation, and the word "bang", a synonym for the exclamation mark symbol.

e.g.

Dev1: What's wrong with my expression? It's doing the exact opposite of what I want.

Dev2: You need to bang it.

link
1  
Hence my username, since the forum didn't allow my "sig" as a name. – dash-tom-bang Sep 30 '10 at 22:49
feedback

Extraface An interface that is added for no reason or is never used. In Java, Serializable is often an Extraface.

Intraface or Inyerface An interface that is added to every class in a system, usually as a way of adding constants. Inyerface is used when the use of caps to define constants leads to a source file that looks like it's yelling at you.

Abstruse Base Class An Abstract base class with one or more code smells.

Combination Lock API An object with an overly complex interface which fails silently when you deviate slightly from the API.

Obfuscated Oriented Programming When code says one thing but the comment says something else. Usually points to cut-copy-paste.

//get account from audit
Broker b = audit.getOriginBroker(order.getBrokerID());

//reset form
Form f = new Form(id,map);

Bottle Rocket When an application launches, displays something then leaves a trail of error messages before crashing. As in, "I added the new client jar in dev and the app goes bottle rocket when hitting the CRM system"

link
6  
+1 for Combination Lock API – RMorrisey May 10 '10 at 17:06
2  
Inyerface! Love it! – Warren P Jun 25 '10 at 17:18
show 1 more comment
feedback

Copy-Pasta

It's the main ingredient for making spaghetti code. A favorite of a co-worker.

Use:

In a code review: So what I did was copy-pasta the loop from Foo into Bar, so they can both Fizz.

To which you should reply: What if later I change Fizz to Buzz and now Foo Fizzes and Bar Buzzes?

link
4  
+1 for the code-review dialog – pkaeding May 13 '10 at 0:04
show 1 more comment
feedback

Boss Build

At a previous company, we generally built two versions of any product that ran on the Boss's computer. One "real" version which was shipped to customers, and one "boss build" which reflected the endless list of font, color, size, and placement tweaks that came every several days from the corner office.

link
9  
He was aware that we enabled "extra" functionality for him that most users didn't get to see. – tylerl May 10 '10 at 21:15
show 4 more comments
feedback

Disaster Driven Development - When Your PMs and salesmen promised that You will build "space shuttle" in one month.

link
3  
sigh I am going through this right now .. but I would suggest a slight change to be " .. promised that you will build .." – Peter M May 11 '10 at 15:53
show 6 more comments
feedback

Classtrophobia

When someone chooses not to use the obvious object oriented approach when it is available.

link
show 1 more comment
feedback

Ravioli Code – The object-oriented equivalent of spaghetti code, where it's all in nice small self-contained packets, yet is still impossible to grapple with and covered in sauce (i.e., where finding out how anything actually happens requires understanding virtually every method of every class in the whole damn program).

alt text

link
7  
We used to call this "spaghetti with meatballs" code. – MDRoz May 17 '10 at 14:38
show 2 more comments
feedback

Boolean Zen - using boolean expressions directly without testing for equality to true or false. (not coined by me)

"Yuck, this code lacks boolean zen: "


if(var > 20 == true) {
    ...
}

if (var > 10 && var < 20) {
    return true;
} else {
    return false;
}

"Nice boolean zen:"


if(var > 20) {
    ...
}

return var > 10 && var < 20;

Useful for introductory programming teachers...

link
show 4 more comments
feedback

Encraption - Really insecure encryption, which gives management the illusion that the code is securing sensitive data, but in reality isn't.

For example, management has a requirement that user IDs and passwords (eg, for database access) must be encrypted within the server configuration files. However, the data files containing potentially sensitive info (eg, SSNs, driver license numbers, bank account numbers, etc.) are stored in unencrypted plaintext form on the server.

Obviously, if network security were ever compromised and the server was hacked into, the hackers wouldn't bother trying to decrypt the user-IDs and passwords, because they have instant access to the real data in the clear.

link
show 3 more comments
feedback

TDDD: Technical Debt-Driven Development

link
2  
hahahahahaha +1 – John K May 11 '10 at 0:31
2  
I'd do plus 2 if i could. – Charlie Flowers Jun 12 '10 at 4:26
show 1 more comment
feedback

Blamestorming

  • the inevitable round the table shitstorm activity that happens during the post mortem of a fubar project.
link
feedback

Build Potato

When your code check-in breaks the build, you receive a build potato. It stays with you until someone else's code check-in breaks the build.

alt text

P.S: This is not a term coined by me. It's a jargon we use at work.

link
3  
I don't understand why someone would vote this one down? – dkris May 24 '10 at 8:09
3  
...and you become the repository maintainer on top of your current work, until this gets passed on. That was a good way to keep the ungrateful and disliked work distributed fairly between employees and keep broken check-ins low. – SF. May 25 '10 at 9:51
4  
may be the guy who down voted this had a build potato with him! – iamserious Jul 7 '10 at 14:50
show 5 more comments
feedback

Mosquito Bites - The annoyance of small software bugs that are frustrating but do not cause critical/catastrophic errors in the usage of the application. They are typically ignored until the agitation becomes painfully annoying.

link
4  
I was hoping this would have something to do with bytes. :) – Cam May 18 '10 at 23:28
4  
AKA "dying of a thousand paper-cuts" – slf May 21 '10 at 17:27
feedback

Company Whore

a module or a piece of code, every programmer of the company had it's fingers on.

link
1  
How many sex-related answers have been given to this question? – Andrew Grimm May 19 '10 at 4:46
show 3 more comments
feedback

integerize - the process of turning a floating point number into an integer

link
14  
how 'bout "intify"? – Mark Mar 1 '10 at 1:26
20  
how about "cast as int"? – Cam Mar 1 '10 at 2:13
5  
@mark I like "intify", or even "intification". – Andrew Mar 1 '10 at 3:35
6  
"The Intification Ritual" :)) – mlvljr Mar 3 '10 at 18:39
25  
How about "floor" ? – rlb.usa Mar 19 '10 at 18:25
show 9 more comments
feedback

Showdea

For an idea that you came up with in the shower!

link
10  
weird, all my ideas come to me in the shower... – dotjoe May 10 '10 at 14:52
4  
I definitely would have to pronounce this one "shau-dair", like the French waiter and Freddie Quimby in that Simpsons episode. – Tesserex May 10 '10 at 20:28
3  
@dotjoe : Me too, also morning poops can yield good ideas too! – Andrei Rinea Jun 9 '10 at 18:14
show 2 more comments
feedback

Eraser Stains - Code that has been written, then re-factored multiple times leaving swaths of vestigial code or design. Like erasing a sheet of paper so many times, the pencil marks are no longer the problem - the large greasy stain is.

link
show 1 more comment
feedback

The Sheath - the isolating interface between your team's (good) code, and the brain-dead code contributed by the other guy(s). The sheath prevents horrible things (badly named constants, incorrect types, etc) in the other guy(s) code from infecting your code.

link
3  
I thought a shim was a boy/girl that you cant tell its gender – Woot4Moo Mar 1 '10 at 4:33
22  
How about 'condom'? – Remy Blank Mar 15 '10 at 0:28
1  
@Remy - We were trying not to be that obvious, since the guy that wrote the toxic library we were forced to use was likely to see our code eventually. – Scott Smith Mar 16 '10 at 3:36
show 2 more comments
feedback
1 2 3 4 5 12

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