Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
9answers
561 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 instructing a Ruby ...
10
votes
29answers
826 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 rather common as ...
2
votes
4answers
119 views

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

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), (2), (3)) Usually, I ...
1
vote
5answers
100 views

Unable to understand C function call

I have a function with definition : int foobar(char *ptr,...) the function call is as follows : int (*fooptr) (char *,...) = foobar; I am not able to understand how is the function getting ...
0
votes
3answers
43 views

PHP: Calling a class name using an inherited function from a extended class

If effect, I have this in progress: Class Foo { $bar = new Bar(); protected function Spoon() { get_class($this); } } Class Bar extended Foo { ...
0
votes
2answers
56 views

Where did the convention of using variable names foo and bar come from?

Often when showing simple examples, or pseudo-code variables/classes/methods etc. with names foo and bar turn up. When, how and why did this convention come about?
0
votes
1answer
172 views

Visual Studio 2008 with Source Safe: Recover data lost by auto-checkout?

I am using Visual Source Safe 2005 and Visual Studio 2008. @#$% this Source Safe. With programs like Source Safe that @#$% up my data, who needs viruses, hard drive failure, and other assorted ...