Tagged Questions

9
votes
29answers
671 views

When foo and bar is not enough

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 …
13
votes
13answers
1k views

Where did “Foo” and “Bar” come from?

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 a …
4
votes
10answers
240 views

what is foobar? [closed]

Possible Duplicate: Where did “Foo” and “Bar” come from? i see this thing called foobar in most of the programming tutorials. what exactly is it?
1
vote
4answers
60 views

Metasyntactic variables: do you use something else than “foo”, “bar” according to your mother tongue

Hello In english, the variables foo and bar are very often used for simple examples, or for anonymous variables (see these three posts for more on these metasyntactic variables (1 …
4
votes
8answers
507 views

Why use “foo” in coding examples? [closed]

Possible Duplicates: To foo bar, or not to foo bar: that is the question. Where did "Foo" and "Bar" come from? Bit of a general question here, but i …
3
votes
3answers
658 views

ASP.NET MVC, strongly typed views, partial view parameters glitch.

If i got view which inherits from: System.Web.Mvc.ViewPage<Foo> Where Foo has a property Bar with a type string And view wants to render strongly typed partial view whic …
13
votes
10answers
660 views

Code examples Foo Bar

I have always wondered why in code examples (tutorials mostly) the names "Foo" and "Bar" are used so often. It is almost a standard. For example: int foo(char* bar){ printf("% …
9
votes
9answers
376 views

To foo bar, or not to foo bar: that is the question.

This was something originally discussed during a presentation given by Charles Brian Quinn of the Big Nerd Ranch at acts_as_conference. He was discussing what he had learned from …