-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stijn Moreels edited this page Mar 18, 2018
·
2 revisions
Why do we need yet another package in our working environment?
This package (System.Functional
) contains a minimum extensions and classes to write more readable functional code in C#.
Most developers will know the LINQ library; which does the same thing some extensions in this package does.
Off course, thinking in another way takes a lot more time then downloading this package; but it's a start.
- Thinking Functionaly : contains some basic "transistions" and examples of how to use the package
- API-Reference : full API reference page of the package