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

Clean up forking and messages #236

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Clean up forking and messages #236

merged 1 commit into from
Nov 17, 2015

Conversation

vadimdemedes
Copy link
Contributor

This is a clean up kind of PR, not refactoring.

var EventEmitter = require('events').EventEmitter;
var Promise = require('bluebird');
var hasFlag = require('has-flag');
var util = require('util');
Copy link
Member

Choose a reason for hiding this comment

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

I prefer to have builtin requires grouped first.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Np ;) I just order stuff by module name length in my projects.

@sindresorhus
Copy link
Member

// @jamestalmage

@vadimdemedes vadimdemedes force-pushed the cleanup-fork branch 4 times, most recently from 7426ab8 to d6b932b Compare November 17, 2015 22:17
@vadimdemedes
Copy link
Contributor Author

@jamestalmage thanks for the tip!

vadimdemedes pushed a commit that referenced this pull request Nov 17, 2015
@vadimdemedes vadimdemedes merged commit 257b872 into master Nov 17, 2015
@vadimdemedes vadimdemedes deleted the cleanup-fork branch November 17, 2015 22:32
@jamestalmage
Copy link
Contributor

Nice!

You taking a break now, or are you moving on to a major refactor?

@vadimdemedes
Copy link
Contributor Author

No no, I want to clean up everything, all files and tests, then move on to refactoring.

@jamestalmage
Copy link
Contributor

Leave runner.js to me for a while if you don't mind.

@vadimdemedes
Copy link
Contributor Author

Unfortunately, code interferes between files, so I can't guarantee I can leave unaffected runner.js. I was hoping to do it all in one wave, so that I don't wait for anyone else (that is why we cleaned up our PR queue) and after that, any suggestions and contributions are welcome ;)

@jamestalmage
Copy link
Contributor

OK

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

3 participants