Skip to content
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

Update README.md #217

Closed
wants to merge 1 commit into from
Closed

Update README.md #217

wants to merge 1 commit into from

Conversation

markpop
Copy link

@markpop markpop commented Nov 20, 2014

add Loop

@hshoff
Copy link
Member

hshoff commented Sep 23, 2015

Hi @markpop, I'm going to close this in favor of https://github.com/airbnb/javascript#11.1 which says:

Don't use iterators. Prefer JavaScript's higher-order functions like map() and reduce() instead of loops like for-of.

Why? This enforces our immutable rule. Dealing with pure functions that return values is easier to reason about than side-effects.

Sorry for the super long delay on this! 🍻

@hshoff hshoff closed this Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants