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

ES6 #5

Merged
merged 25 commits into from
Feb 29, 2016
Merged

ES6 #5

merged 25 commits into from
Feb 29, 2016

Conversation

bkendall
Copy link
Contributor

Rewrote the module in ES6. When published, it builds the source to a common js module so it is still usable by 0.10.

.then((_) => {
let promises = []

const shuffle = knuth_shuffle.knuthShuffle
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cupid shuffle :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhh... okay?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* @return {Object} Cleaned (if applicable) value.
*/
clean_value (value) {
debug('clean_value')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you want to put the value in the debug statement?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really... the reason I have all those debug statements was to track the flow of things for a while. they can be expanded in the future, but not interested in doing that now

the test delays for 5, but sometimes CI runs fast enough (and locally) that the delay is exactly 5 as well. let's just bring it down a har
@anandkumarpatel
Copy link
Member

+1 look cool

bkendall added a commit that referenced this pull request Feb 29, 2016
@bkendall bkendall merged commit 699143d into master Feb 29, 2016
@bkendall bkendall deleted the es6 branch February 29, 2016 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants