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?
in France we use "toto", "tata", "titi" etc... instead of foo and bar... ("tyty" is rarely used)
People at my work have a curious affinity for "monkey"
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.imagination
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.
If an example is that complex, it would probably be easier to understand if you just used real variable names.