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

Restructure the way the JS is being run #98

Closed
15 tasks done
tjbenton opened this issue Nov 22, 2016 · 0 comments
Closed
15 tasks done

Restructure the way the JS is being run #98

tjbenton opened this issue Nov 22, 2016 · 0 comments
Assignees
Milestone

Comments

@tjbenton
Copy link
Collaborator

tjbenton commented Nov 22, 2016

This will allow for unit testing on every file in this app.

It will also update the way the data is being generated to make it a little bit easier to track down bugs and add new features by not using so many globals and separating out variables that are specific to the different functionalities of this app.

  • cli.js
  • documents.js
  • index.js
  • input.js
  • models.js
  • output.js
  • output/
    • console.js
    • couchbase.js
    • default-options.js
    • folder.js
    • index.js
    • sync-gateway.js
    • zip.js
  • utils.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant