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 command dispatching to be more git style #6

Merged
merged 1 commit into from
Oct 4, 2013

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Oct 4, 2013

This greatly simplifies command handling.

  • No longer forces commands to be a class
  • Commands are self contained, making it easier to reason about them
  • Switches the upload command to be able to be called programmatically

dstufft added a commit that referenced this pull request Oct 4, 2013
Refactor command dispatching to be more git style
@dstufft dstufft merged commit 065f93e into master Oct 4, 2013
@dstufft dstufft deleted the refactor-command-dispatch branch October 4, 2013 02:23
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.

2 participants