Tagged Questions
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 ...