Skip to content

KelsonBall/KelsonBall.CSharp.Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp Extensions

This project encapsulates a number of useful and passionately tested extension methods designed to fascilitate writing functional, semantic C# code.

See the test project for examples.

Todo

  • Rename Curry to Apply to reflect the difference between currying and partial function application.
  • Implement Curry for Action<T, ...>, ParamAction<T, ...>.
  • Write sample snippets so users do not need to use tests for documentation.
  • Reimplement IsBetween<T> to work with mismatched numeric types.

About

This is a C# extensions project I wrote at work. SEL Inc has waived all of its intellectual property claims to this code (Supervisor: Justin T Wood, October 14 2016).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages