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

"kue-wide refactoring to change all static and globals" decoupling singleton #1187

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

devthejo
Copy link

@devthejo devthejo commented Jun 7, 2018

Hello,
I just discovered this awesome library this week and I would like to bring my contribution to make it further more reliable.
I've tried to keep the coding style as I found it, but it was hard because I'm accustomed to Babel, E6, and StandardJS (so it's possible that some ; are missing, cause I don't use them myself anymore ).
I've introduced a new method called getQueue, that is using the singleton, and now createQueue is creating new instances (with all it's own scope, obviously).
I'm on Node 9.3 and all the unit tests are working, I had to modify them a little bit but a minium.

@devthejo
Copy link
Author

devthejo commented Jun 7, 2018

you can also take a look on my current dev improvements on the dev branch

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

1 participant