Error!
Success!

Partial Application

0
kicks

Partial Application  (Unpublished)

Functions have a given number of arguments which define the arity of the function. The process of producing another function by setting any number of arguments to a function is known as partial application. C# developers are most familiar with this concept by calling one method from a more specific method, thereby adhering to the DRY principle.


Kicked By:
Drop Kicked By: