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?
|
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?
|
||||||||||||
|
|
|
Something on the famous phrase : The Jargon File - Foobar. I think it sounds |
||
|
|
|
there's an RFC on the matter: http://www.faqs.org/rfcs/rfc3092.html |
||||
|
|
|
More to the point, Jeff's take. |
||
|
|
|
|
I think its the phonetic pronouncation of fubar. Which stands for:
|
||||||||||||||
|
|
|
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 |
||||
|
|
|
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. |
||
|
|
|
|
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:
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:
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. |
||||||
|
|
|
Or in Python, spam and eggs |
||
|
|
|
|
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:
|
||||||
|
|
|
to make things simple and let you focus on the concepts, of the examples |
||
|
|
|
|
Here in Japan many people use "hoge", "piyo" and "fuga" instead of foo bar baz. |
||
|
|
|
|
I always thought probably the same "foo" as in "foo fighters". A quick check... 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. |
||
|
|