vote up 13 vote down star
5

I've used it, I've read examples using it, I've tried to search why people use it... but still?

Why do you use Foo and Bar when writing an example?

And specially, where did Foo and Bar come from?

flag

2  
see question: stackoverflow.com/questions/163229/… – Ray Vega Mar 5 at 21:30
Looks like none of fmsf's posts are safe from RichB's bullying. – Ant P Mar 7 at 1:50
Yup he loves to change what i write, I'm starting to think he is obsessed with it – fmsf Mar 7 at 3:00
the "why foo bar?" title is not very good, IMHO – Jeff Atwood Mar 7 at 5:25
I've added an answer with the correct etymology (it's the most popular of a family of WWII US Army slang terms) and my source. – Jim Ferrans Jun 1 at 13:48

13 Answers

vote up 19 vote down check

http://en.wikipedia.org/wiki/Metasyntactic_variable

link|flag
vote up 3 vote down

Something on the famous phrase : The Jargon File - Foobar. I think it sounds

link|flag
True. I also think it sounds – phoku Oct 1 at 13:19
vote up 7 vote down

there's an RFC on the matter: http://www.faqs.org/rfcs/rfc3092.html

link|flag
4  
Cool but the document was published on an interesting date ;) – Sixto Saez Nov 4 '08 at 16:22
vote up 1 vote down

More to the point, Jeff's take.

link|flag
vote up 27 vote down

I think its the phonetic pronouncation of fubar.

Which stands for:

  • F*cked
  • Up
  • Beyond
  • All
  • Repair
link|flag
3  
Repair or Recognition ;P – Anders Nov 4 '08 at 16:20
1  
"Fouled" is often used when needing to be polite. – Colonel Sponsz Nov 4 '08 at 16:30
3  
repair? nah .. recognition – hasen j Mar 6 at 3:53
Sometimes "Fouled Up Beyond All Recovery" (Or f*cked) – Jem May 14 at 11:34
vote up -1 vote down

People also use baz and quux, which I can't understand at all.

I prefer, if I'm needing more than two trash vars, to use:

snafu, tarfu, fubar, soylent

link|flag
1  
"It's people" ~) – paul.richardson Nov 4 '08 at 17:24
vote up 2 vote down

I second the jargon file regarding Foo Bar.

I can trace it back at least to 1963, and PDP-1 serial number 2, which was on the second floor of Building 26 at MIT. Foo and Foo Bar were used there, and after 1964 at the PDP-6 room at project MAC.

link|flag
vote up 8 vote down

using words like "foo" and "bar" make you focus on the concept not on what you can grasp based on the terms you know. For example:

public abstract class Animal
{
    public abstract void speak();
}

public class Cat 
    extends Animal
{
    public abstract void speak()
    {
        System.out.println("meow");
    }
}

public class Dog
    extends Animal
{
    public abstract void speak()
    {
        System.out.println("bark");
    }
}

The above code lets you fall back on your knowledge of real world things.

If you are trying to explain a concept where the important part is not what is being done (printing meow or bark for example) but on how it is being done then removing the parts that you are familiar help:

public abstract class Foo
{
    public abstract void star();
}

public class Bar
    extends Foo
{
    public abstract void star()
    {
        System.out.println("A");
    }
}

public class Car
    extends Foo
{
    public abstract void star()
    {
        System.out.println("b");
    }
}

Now you have to focus on what is really happening, you are no longer able to guess at what is going to happen.

So, the short version is, that foo, bar, and the like, are used to stress concepts where the content doesn't really matter but the idea does.

link|flag
ah, a real answer! – nickf Mar 6 at 3:44
Yes, but why Foo and Bar specifically? Why not Lorum and Ipsum? – masher Jun 2 at 2:08
en.wikipedia.org/wiki/Foo could be accurate... – TofuBeer Jun 2 at 4:36
vote up 0 vote down

Or in Python, spam and eggs

link|flag
vote up 11 vote down

Foo and bar come from the US Army WWII acronym FUBAR, "F-ed Up Beyond All Recognition". A whole family of these terms came into widespread use during the North African and Sicilian campaigns (1942-43). Rick Atkinson's excellent Day of Battle: The War in Sicily and Italy, 1943-1944 gives a list of these. For instance a JANFU is a "Joint Army Navy F Up", such as the incident on 11 July 1943 when the invasion fleet for Operation Husky shot down 23 Army Air Force C-47 transports carrying paratroopers to reinforce the beachhead.

Update: Wikipedia has a list of related acronyms that includes some the original WWII ones listed by Atkinson.

Any programmer will understand the motivation for using foo and bar to name variables. They certainly have been part of the C/UNIX culture from the start, and as @Walter Mitty points out, predated it.

Update (10/5/2009): Here's Atkinson's description:

Their pervasive "civilianness" made them wary of martial zeal. "We were not romantics filled with cape-and-sword twaddle," wrote John Mason Brown, a Navy Reserve lieutenant headed to Sicily. "The last war was too near for that." Military life inflamed their ironic sensibilities and their skepticism. A single crude acronym that captured the soldier's lowered expectations -- SNAFU, "situation normal, all fucked up" -- had expanded into a vocabulary of GI cynicism: SUSFU (situation unchanged, still fucked up); FUMTU (fucked up more than usual); JANFU (joint Army-Navy fuck-up); JAAFU (joint Anglo-American fuck-up); FUAFUP (fucked up and fucked up proper); and FUBAR (fucked up beyond all recognition) [Atkinson, p. 36].

link|flag
1  
To add to the etymology: "FUBAR may have been influenced by the German word furchtbar, meaning terrible. It is pronounced with a soft cht, and probably made the transition during World War II" – Mark Jun 1 at 13:54
@Mark, The German Wikipedia (de.wikipedia.org/wiki/Fubar), suggests this might be a pseudoetymology. It also points to antecedents like the "SILENCE IS FOO" sign in Warner Brother's 1938 cartoon "The Daffy Doc". – Jim Ferrans Jun 26 at 11:51
vote up -1 vote down

to make things simple and let you focus on the concepts, of the examples

link|flag
vote up 0 vote down

Here in Japan many people use "hoge", "piyo" and "fuga" instead of foo bar baz.

link|flag
vote up 0 vote down

I always thought probably the same "foo" as in "foo fighters". A quick check...

Wikipedia - Foo Fighter

Basically, "foo" came first, was a clear root of "foo fighters", and a probable root of "FUBAR".

I thought foobar was probably based on all those decorations added to symbols in math, kind of like "now we differentiate foo to get foo-prime, blah-de-blah to get foo-hat, and finally we add the widgets and blodgets to get foo-bar" kind of thing.

Actually, I wouldn't be surprised if FUBAR was actually a distortion of foobar, the latter coming first.

link|flag

Your Answer

Get an OpenID
or

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