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

Refactor VCS into pluggable backends #15

Open
dstufft opened this issue Jun 14, 2011 · 0 comments
Open

Refactor VCS into pluggable backends #15

dstufft opened this issue Jun 14, 2011 · 0 comments

Comments

@dstufft
Copy link
Contributor

dstufft commented Jun 14, 2011

Another nice thing to have:
Refactor the VCS support into pluggable backends (similar to Django DB engines) so that anyone can easily add a new VCS, and adding new VCS's doesn't turn into a big cluster of if else statements (also reduces repetitive code if these are class based and you can factor out the similar parts into separate methods.

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

No branches or pull requests

1 participant