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

It's not a bug, it's undercoded.

link
4  
Don't you mean undertested or underspecified? – Andrew Grimm May 18 '10 at 7:40
2  
In my case it is usually just not finished yet... // TODO: ... – TofuBeer May 19 '10 at 4:24
show 1 more comment
feedback

wibni - wouldn't it be nice if. A "nice to have" feature only more fun to say.

rebugging - The opposite of debugging. The act of adding a feature. Normal development adds features, adding features adds bugs hence rebugging

link
2  
Same logic, initial coding is known as bugging – johnc May 10 '10 at 22:16
show 4 more comments
feedback

Google Code

5-10 lines of code you found after three hours of Googling that you don't want to touch for fear of it breaking due to the underlying API being illogical and needlessly complex to work with.

link
2  
Write a wrapper around the API. – WTP'-- Nov 22 '11 at 20:47
feedback

Darwin programming -- keep evolving the code randomly (or deterministically) until it does-the-right-thing. Very efficient for example when hesitating between + or - inside a formula.

link
1  
This can be highly effective when having to use undocumented, poorly documented or just plain illogical external APIs. – Nick Bedford May 17 '10 at 4:31
2  
Of course, Darwinian evolution is neither random (hello, creationists) nor deterministic. ;-) – Konrad Rudolph May 18 '10 at 8:42
show 1 more comment
feedback

Clicking Administrators (originally Administrateur Cliqueurs in French)

That's for all those system administrators and IT people that have always evolved in a Windows environment, growing from managing their own home computer to managing an enterprise network, and don't have a clue about the actual technical changes they make when clicking here or there.

They usually apply the management methodology named DTIW, Don't Touch, It Works! (originally TPCM, Touche Pas, Ça Marche !) (I would probably need a better translation in English here, it sounds really great in French …)

link
1  
If it ain't broke don't fix it. Though that doesn't exactly mean "don't touch". – Windows programmer May 10 '10 at 7:45
6  
@Windows programmer, with some people it should mean don't touch. :-) – Kristo May 10 '10 at 11:17
show 4 more comments
feedback

Over oriented programming - using OOP to do evil. five layers of inheritance where only one (or none) will suffice.

link
8  
I call that Java. – WTP'-- Nov 22 '11 at 20:49
show 2 more comments
feedback

headlessCamels and ProudCamels for verbally differentiating between the two different types of camelCase (or CamelCase)

link
25  
(in case you're curious) I'm fairly certain ThisOne is PascalCase. – AlexeyMK May 10 '10 at 5:44
1  
@Robert P: interestingly, I've always heard the term snake_case to describe that naming convention. – Juliet May 24 '10 at 8:32
1  
Damn, now all I can see are camels... – John Gietzen Jun 16 '10 at 17:43
4  
There is always "COBOL CASE" to describe all uppercase code. – Joe Zitzelberger Jul 23 '10 at 15:47
show 4 more comments
feedback

Troolian Logic

Using a Boolean to intentionally represent 3 values; True, False, null

private void someMethod(Boolean someBoolean)
{
  if (someBoolean == null)
    doThis();
  else if (someBoolean)
    doThat();
  else
    doOther();
}
link
11  
There's only one appropriate third value for booleans, and that is FileNotFound. thedailywtf.com/Articles/What_Is_Truth_0x3f_.aspx – gustafc Sep 23 '10 at 7:13
show 2 more comments
feedback

JamesBond Interface: contract defined very well, documented... but there's no real life implementation for it..

link
8  
I haven't got the punchline yet. – Andrew Grimm May 18 '10 at 7:47
2  
couldn't find a smaller picture? – BradC May 18 '10 at 16:03
feedback

notwork - n. a network in a non-working state

Can't claim original credit but it's stuck around with us for years.

link
2  
There's also the "nyetwork". – Stuart P. Bentley Jun 7 '11 at 21:31
show 3 more comments
feedback

Turducken

Term to describe insane nesting of data in various formats, usually stored inside a relational database. Hence creating an abomination resembling the stuffing of a chicken inside of a duck inside of a turkey.

Example:

A database text-column containing a list of pipe-delimited name/value pairs with the values being PHP objects as serialized strings.

SELECT options FROM filterfield WHERE id = 123;

yields

foo=bar|options=a:4:{i:0;a:2:{s:5:"title";s:13:"Kids + Family";s:7:"options";s:128:"Amusement Parks...

Another example is how several wordpress plugins store their configuration options as serialized PHP array in the "wp_options" table.

turducken

link
3  
show 1 more comment
feedback

Silk-Pursing

Using some "blessed" terminology, technology or API to do something generally considered a bad idea, but give it the appearance of respectability. Generally done when the developer in question does not understand why the underlying practice is considered poor, or lacks the knowledge of how to avoid it.

Example: "Most uses of the Singleton pattern are just silk-pursing a global."

Example: "I know we're supposed to throw our own exceptions, and not the underlying ones, so we'll just wrap everything in a MyProductException."

link
2  
I like this! Saying 'Singleton' is so much classier than 'Global Variable' – Brian King May 1 '10 at 15:40
show 1 more comment
feedback

ship in a bottle - an API that is so over-simplified that it is painfully complex to use.

To see an example of this, take some well-written polymorphic code, remove all the derived classes, and put a state bag in the base class that holds all information that used to live in the derived classes. For extra points, store the state bag as an XML string.

For an extreme example of this in hardware, imagine a remote control with only one button that requires you to enter commands in Morse code.

link
show 1 more comment
feedback

fuXOR, pronounced fuckzor

AND, OR, XAND, XOR.... fuXOR!

Used to describe broken logic statements, such as

if( x == 1 && x == 2 )...
link
6  
... when they're in C++ with overloaded operators and actually work. – Fraser May 12 '10 at 1:29
8  
There's no such thing as "XAND". – Michael Madsen May 13 '10 at 23:46
22  
Haha, XAND - A and B, but not both ;) – DisgruntledGoat May 20 '10 at 23:19
8  
Loving XAND. I have this mental picture of some poor maintenance programmer reading through pages of increasingly WTF-inducing code, finally seeing an expression containing XAND... and realising that his efforts are in vain because the badness is just too strong. – j_random_hacker May 23 '10 at 5:20
6  
Most Languages have a XAND function. it is usually called FALSE and you can leave off the arguments... – Matthew Scouten Oct 12 '10 at 20:33
show 1 more comment
feedback

Ajah for Ajax when it is using HTML instead of XML.

link
7  
microformats.org/wiki/rest/ahah – Breton Mar 15 '10 at 0:18
9  
Surely therefore most AJAX is actually AJAJ (using JSON)? – stusmith Mar 17 '10 at 16:29
6  
doesn't the X in AJAX stand for XMLHTTPRequest? – Rob Fonseca-Ensor May 10 '10 at 16:38
4  
Also refers to one of the sorceress factions of the White Tower in the Wheel of Time – RMorrisey May 10 '10 at 17:26
5  
X in AJAX stands for XML... – Finbarr May 16 '10 at 11:14
show 3 more comments
feedback

Bucket Variable: a capacious variable, usually with a complex internal structure, that is used to hold everything. It makes argument lists much easier to write. It is passed around from function to function, sometimes by value even when it isn't modified, sometimes by reference even when the modifications shouldn't be saved. The things in it can be completely unrelated, used by different functions but accessible to all. And of course there are no safeguards to protect any of the fields, it's just all mixed up togezer in a bucket.

link
show 4 more comments
feedback

Claustrocodeia

The fear of coding on a dinky monitor that has no screen real estate.

link
3  
can I has visual studio on my ipads? – SliverNinja Aug 4 '11 at 18:13
show 2 more comments
feedback

Barebacking

When you submit code, without proper testing, to get pushed with someone else's build.

link
4  
Wait one second... Is that 2 guys? Wouldn't that be called brokebacking? – Evan Plaice Jun 26 '10 at 20:22
feedback

Defactoring - Cleaning up code by deleting loads of unnecessary garbage.

link
feedback

Binary Comment Debugging (BCD) - recursively commenting half of the suspect code until the bug disappears. A method usually used in late night coding sessions close to a deadline. Only works on obvious bugs and is usually used when the mind is on autopilot.

link
7  
I call this "bisection debugging". – detly May 12 '10 at 6:05
3  
Could also be called "binary chop debugging" – finnw May 21 '10 at 8:50
1  
Debugging by bisection is really useful in writing LaTeX code. – bjarkef May 24 '10 at 11:29
show 1 more comment
feedback

Impediphile - Someone who codes in such a manner as to constantly cause impediments to others work. Coined by someone at my office, not me.

link
1  
Ohhhh, nice. But could also mean one who loves impediments. – Charlie Flowers May 10 '10 at 5:57
show 1 more comment
feedback

Flux Capacitate

When a piece of jargon is used to confuse someone who really has no business asking a particular question.

link
1  
Kind of like incapacitate through confusion? – John K May 21 '10 at 2:36
5  
Something like, "I'm sorry, you can't have that feature because the server's left reticulator won't be able to handle it." :) – John McCollum May 21 '10 at 5:51
2  
And of course, the inspiration for this term: imdb.com/title/tt0088763 – John McCollum May 21 '10 at 7:10
feedback

Committing hairy query

An act of suicide caused by many nested sub-selects, unions and joins.

Actually I just use the term when I let other people on my dev team know the SQL is getting deep.

link
feedback

SpongeBob developer

A developer that happily hacks away without a care in the world what happens to the codebase often to the sound of "la la la".
alt text

link
feedback

FrAgile Development: The process of taking an existing framework that performs its required task very well and is well tested. Then throwing it out the window and rolling your own implementation. This process is repeated until the software has become such a kludge that someone suggests using the original framework in the first place.

It's a vicious cycle widely observed at Rapid Development Weekends at RIT's Society of Software Engineers.

link
6  
Yeah, like writing your own JSON parser. – Matt Olenik May 10 '10 at 21:21
show 1 more comment
feedback

Bug farm, as in, "Man, every piece of code he wrote turned into a bug farm.", or "That's a hell of a bug farm – we probably end up fixing two bugs a month in that code."

link
feedback

Configuration Programming / Programmer - someone that says they are a programmer but only knows how to hack at configuration files of some other pieces of software configuration to make them do what they want. Apache config files are a good example. Being able to hack at a mod_rewrite config doesn't make you a programmer. Much like hacking at Spring/Hibernate/etc config files isn't programming either.

link
4  
That seems more like just a description of what they are rather than an actual term. – Jeff Davis Mar 16 '10 at 19:08
show 5 more comments
feedback

'Outsourcing it'

These days, this term is used at my office to describe the act of taking some freakishly elusive bug that's been pestering you for hours and just posting it to StackOverflow, going home, sleeping off the frustration, and getting back to work the next day to find a perfect solution from the internets.

link
16  
I thought that's called crowdsourcing. – deceze May 11 '10 at 8:18
1  
It is. Like most other phenomena in this thread, you can call it by many names. We wound up jokingly calling it outsourcing, which is why I mentioned it. – Jens Roland May 11 '10 at 22:30
2  
yep crowdsourcing it is. Although it might get tagged with "homework". – Andrei Rinea Jun 9 '10 at 18:13
show 1 more comment
feedback

GUI-Licious: Software designed to feature a plentiful (and sometimes unnecessary) amount of graphics in order to subsitute form for function in an user experience. "I added 20 modal dialog boxes because I felt like it would make it look more like a real Microsoft program.

Black Magic Hacks: To use a seemingly inapplicable algorithm or otherwise out of the box method to design a solution that uniquely and effectively solves a problem. "I used the postfix-infix algorithm to create hierarchal XML parser! It was total black magic hacks

Dropping Algorithmic Bombs: To design a program using arcane or esoteric algorithms to great effect. I dropped serious algorithmic bombs when I used A Star to calculate Nash Equilibrium

Total Hack Job: A quickly-written program that substituted quality for time to market/speed in delivery, performance, etc. I needed to submit a diff super-quickly, so I wrote a total hack job that's probably going to have race conditions up the wazoo.

link
show 5 more comments
feedback

Hillbilly Namespaces: using the same prefix on all functions/variables/table names for a particular module rather than putting it in its own namespace. Used when the environment doesn't have namespace support, or when the programmer doesn't or didn't know how to use them.

Flock of Geese Code: A series of deeply nested conditionals where exceptions, return statements, or even gotos would be more appropriate.

link
3  
+1 for the mental image of bracketed code aligned with formation of flock of geese. Neat. – John K May 12 '10 at 4:08
6  
Whereas Hillbilly inheritance would be where one class inherits from two classes which inherit from the same class. – Andrew Grimm May 19 '10 at 4:40
show 1 more comment
feedback
1 2 3 4 5 12

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