Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: consistently use minimal returns #612

Merged
merged 3 commits into from
Nov 15, 2016
Merged

Commits on Nov 14, 2016

  1. Editorial: consistently use minimal returns

    That is, just say "return" instead of "return undefined", and don't return explicitly at the end of algorithms. Fixes #587.
    domenic committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    683f455 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    841efc4 View commit details
    Browse the repository at this point in the history
  2. Restore one 'undefined'

    domenic committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    5a6e178 View commit details
    Browse the repository at this point in the history