- Consistent computer science naming.
Map
instead ofSelect
.Reduce
instead ofAggregate
etc. - Does not throw exceptions unless something exceptional happens.
Find
(which is equivalent toSingle
) does not throw if no match is found. - People are more likely to search for "unique" than "distinct" etc.
- Improves some methods like
Range
to take astep
argument.
Last active
August 29, 2015 14:27
-
-
Save bookercodes/e48a560e3c28ca1e8530 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment