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

Avoid recursion #77

Merged

Conversation

elbrujohalcon
Copy link
Member

No description provided.

This should improve clarity, since technically functions like foldl and
map use recursion; we want people to avoid writing their own recursive
functions, not avoid using any function that does recursion under the
hood.
This better conveys when and why you should avoid manual recursion.
@elbrujohalcon elbrujohalcon reopened this Mar 7, 2017
@elbrujohalcon elbrujohalcon reopened this Mar 7, 2017
@elbrujohalcon elbrujohalcon merged commit 0c68254 into inaka:elbrujohalcon.basho Mar 7, 2017
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.

2 participants