Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Last active August 29, 2015 14:27
Show Gist options
  • Save bookercodes/e48a560e3c28ca1e8530 to your computer and use it in GitHub Desktop.
Save bookercodes/e48a560e3c28ca1e8530 to your computer and use it in GitHub Desktop.
  1. Consistent computer science naming. Map instead of Select. Reduce instead of Aggregate etc.
  2. Does not throw exceptions unless something exceptional happens. Find (which is equivalent to Single) does not throw if no match is found.
  3. People are more likely to search for "unique" than "distinct" etc.
  4. Improves some methods like Range to take a step argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment