vote up 9 vote down star
4

When you are using placeholder names when programming (not necessary variable names, but labels, mockup names, etc) and foo and bar is not enough, what do you use?

I guess baz is rather common as third name, and the lorem ipsum for longer texts. But then what?

flag

This should probably be wiki – Greg Jan 8 at 15:18
Title should be "When are foo and bar not enough?" – Adriano Varoli Piazza Jan 8 at 15:30
Unless "foo and bar" is seen as a single entity, which makes some sense, as they often appear together. "That bread and butter was not enough to fill me up at lunch". – Skilldrick Jan 8 at 15:38
Not sure why this should be wiki? If it's popular it'll become wiki soon enough. – Sam Meldrum Jan 8 at 15:41
@Skilldrick: in this case, it would be less ambiguous between quotes, then. – Adriano Varoli Piazza Jan 8 at 15:41
show 1 more comment

29 Answers

vote up 18 vote down check

From Wikipedia:

A "standard list of metasyntactic variables used in syntax examples" is: foo, bar, baz, qux, quux, corge, uier, grault, garply, waldo, fred, plugh, thud, mos, henk, def.

link|flag
1  
Never heard or saw any of those except foo and bar. – Crossbrowser Jan 8 at 15:28
I've never gotten beyond qux, myself. – Paul Tomblin Jan 8 at 15:32
I saw quux in the Mercurial book... – PhiLho Jan 8 at 15:39
I'm sure there's a bit of tongue-in-cheek to this list... – Skilldrick Jan 8 at 15:41
'def' wouldn't work in languages where it's a keyword, like groovy. +1 though, 'cause i was oblivious to life beyond foo, bar, and baz :) – Rob Hruska Jan 8 at 15:50
show 5 more comments
vote up 17 vote down

If an example is that complex, it would probably be easier to understand if you just used real variable names.

link|flag
vote up 6 vote down

For arbitrary names beyond bar, I've always gone with inky, pinky, blinky, and in exceptional cases, clyde.

link|flag
vote up 5 vote down

Here's the jargon file entry on metasyntactic variables.

link|flag
vote up 4 vote down

in France we use "toto", "tata", "titi" etc... instead of foo and bar... ("tyty" is rarely used)

link|flag
Sometime I also use ga, bu, zo, meuh... lesshadoks.com – PhiLho Jan 8 at 15:42
vote up 4 vote down

Names of swedish vegetables and fruits: gurka, tomat, banan. Bonus points if you have å, ä, or ö in the variable names. :-)

link|flag
vote up 3 vote down

People at my work have a curious affinity for "monkey"

link|flag
5  
"A curious affinity for monkey" is a great name for an album or possibly a band. – Kev Jan 8 at 16:20
Too bad you can't mod up comments! =P – Erik Jan 12 at 19:36
@Erik, now you can ;) – hasen j Aug 12 at 13:33
+1 I used monkey and banana in a SO question yesterday and apparently it really speaks to people :-) stackoverflow.com/questions/1299910/… – wcoenen Aug 20 at 15:17
vote up 2 vote down

foo, baz and bar are enough. For total confusion you can combine them into foobar, foobazbar, bazfoo, foofoo and so on.

link|flag
vote up 2 vote down

What's wrong with x, y, z? Or a, b, c?

link|flag
1  
What's wrong?! One-letter variable names aren't nearly as descriptive as "foo, bar, baz, and bah"! – Phantom Watson Jan 12 at 19:58
Who needs ultra-descriptive in short examples, labels, mock names, etc.? There, I'd rather have something clean, short, mathlike, than "Huey, Dewey, and Louie" (what's descriptive about foo and bar anyway?). But maybe I just interpreted the question wrong? – peSHIr Jan 22 at 13:25
vote up 1 vote down

moo, cow, sheep, baa (in that order).

link|flag
vote up 1 vote down

Jim and Bob use to be a fav at uni :-)

link|flag
I often use bob and jake. Then I switched to a and b because they were shorter. – Kev Jan 8 at 16:21
vote up 1 vote down

In Expert C Programming: Deep Secrets, Peter van der Linden used vegetables.

link|flag
vote up 1 vote down

take a dictionary and start at aardvark :)

link|flag
vote up 1 vote down

Pick a theme and use it.

Or use CPAN's ACME::MetaSyntactic to generate them for you. Lots of themes out of the box.

link|flag
vote up 1 vote down

It's probably a better habit to use names related to the problem, since this will aid communication.

But in cases where you are working in the abstract and really don't want the names to matter, there are lists of commonly-used metasyntactic variables available in the Jargon File (which lists several different progressions) or from Wikipedia (currently "foo, bar, baz, qux, quux, corge, uier, grault, garply, waldo, fred, plugh, thud, mos, henk, def").

Personally, I've never seen or used most of the unpronounceable words in those lists, but I have seen and prefer to use "foo, bar, baz, spam, fred, xyzzy."

Ultimately, any set of nonsense words should work, or any set of words that are nonsensical relative to the problem.

Some folks I know get really sick of foo, bar, et al., so an alternative is to use character names from TV shows. I frequently use "Fred, Barney, Wilma, Betty, Pebbles, BammBamm." This is particularly useful in abstract OO discussions, because "Fred is-a Flintstone" comes across pretty clearly.

link|flag
vote up 1 vote down

When writing code examples in Stack Overflow, I prefer using the "My" prefix; that is

  • MyClass
  • MyInstance
  • MyEnumerator
  • MySingleton

You get the idea. The adventage of this approach is that everyone knows what you are talking about without going into the details too much or distracting the attention from the topic. (P.S. normally I hate the My prefix, like in "My Computer" or MySQL but I think it fits this scenario)

link|flag
vote up 0 vote down

Don't forget the ever popular "bubba".

link|flag
vote up 0 vote down

and for OOP Thingoid...

link|flag
vote up 0 vote down

In Italy, Disney characters are faves: Pippo, Paperino, Topolino, (resp. Goofy, Donald, Mickey). Italy is, or was, the second country in Disney Popularity after the USA.

link|flag
vote up 0 vote down

I typically use single-letter placeholder variable names, and strings like "This is a button" or "Here is some text" / "here is more of it" for UI stuff.

link|flag
vote up 0 vote down

My favourites in German are “wilde” and “wutz”, in conjunction, which could be translated as “wild” and “piglet”. Also, there's “barfoos”, which, when spoken, sounds like “barfuß”, German for “barefoot”.

link|flag
vote up 0 vote down

I often go to blah after foo and bar. I usually stop there.

link|flag
vote up 0 vote down

I use the Greek alphabet, but I rarely go past delta.

link|flag
vote up 0 vote down

I've also seen fee, fie, foe, fum.

link|flag
vote up 0 vote down

I often use "aap", "noot", "mies", from the "Leesplankje van Hoogeveen" (The page is in Dutch only, but I'll try to explain it. It's a board with simple words and pictures for teaching children to read and more importantly all the different vowels Dutch has. The last version of the board contains 18 vowels, most of them consist of different combinations of the 'vowel letters'. I'm not sure if it's seriously used in education, but it's IMHO a great piece of Dutch cultural history)

link|flag
vote up 0 vote down

If you find you need more names beyond baz, it probably means the mockup is getting too complicated and these names will actually make it more difficult to follow the example code. I'd just rename the symbols to use meaningful names.

(I'm not even considering the case where the throw-away code is becoming production code with all the foos and bars in it. I'm sure it never ever happens. Or else.)

Finally, not exactly conventionals yet, but here's my Turkish contributions: hede, hodo, budu & zart.

link|flag
vote up 0 vote down

I always like:

  • asdf
  • qwer
  • uiop

Because they are all a quick flick of one hand over all fingers, not far from your home position, and you can pronounce them (as opposed to zxcv and jkl which don't roll off the tongue quite as well :)

FWIW Common lisp has a package manager called asdf

link|flag
vote up -1 vote down

After foo, bar, baz and qux, which are the only canonical ones I can remember, I tend to use "META_SYNTACTIC_VARIABLE_1", "META_SYNTACTIC_VARIABLE_2", or just "$VAR1", "$VAR2" and so on.

link|flag
vote up -1 vote down

imagination

link|flag

Your Answer

Get an OpenID
or

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