-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove all "foos" and "bars" #261
Comments
? |
Agreed. They could at least be named "some" and "another" so it's easier to remember which function or variable is which. "first" and "second" could work too. Foo and bar just add mental strain to the examples: var get = 'name'; foo.1234; // SyntaxError Why would you ever name foo kitten? It makes it harder to remember what's going on. Easier to use var person, and person.name. If you keep to a theme throughout the document I bet it would erase a lot of the foo bar overhead. |
foo and bar are specially confusing for non english speakers (like me) because we can't translate/understand these words |
Still a long way to go: $ ack -hc '\b(foo|bar|baz|qux)\b' doc/en/
164 |
Totally Agree. |
PRs would be gratefully accepted on this one. Puns win extra points. On Tue, Nov 3, 2015 at 9:28 PM, Rocco Musolino [email protected]
|
My tiny contribution: #373 |
agreed with that |
foos and bars are horrible in example code as it gives no context on why you'd do something.
The text was updated successfully, but these errors were encountered: