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 ...
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?