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

Split into 3 gems #8

Open
mhaylock opened this issue Feb 2, 2015 · 0 comments
Open

Split into 3 gems #8

mhaylock opened this issue Feb 2, 2015 · 0 comments

Comments

@mhaylock
Copy link
Contributor

mhaylock commented Feb 2, 2015

The gem has a lot of dependencies that are necessary for the whole, but I would like to be able to use certain aspects of the gem without requiring the dependencies of other parts of the gem I don't wan't to use.

I see this gem being broken down into three parts, with some proposed gem names:

  • swift-playground: The CLI
  • swift-playground-parser: The ability to parse existing playground files
  • swift-playground-builder: The ability to create new playground files

The primary goal here is to be able to use the parser aspect independently of the dependencies of the builder or the cli.

The builder gem would be dependent on the parser gem, and the main CLI gem would be dependent on both of the other gems.

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