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

composition, curry, partial application #10

Open
walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Open

composition, curry, partial application #10

walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Projects

Comments

@walkerrandolphsmith
Copy link
Owner

Demonstrate functional programming concepts such as function composition, currying, and partial application.

Reenforces single responsibility principle. Reduces the number of function parameters and therefore reduces the permutations and surface area of function.

composed functions encapsulate their functionality, unlike inheritance models.

@walkerrandolphsmith walkerrandolphsmith added this to Ready in roadmap Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
roadmap
  
Ready
Development

No branches or pull requests

1 participant