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

Remove the assumption call+able=controller+action #17

Merged
merged 2 commits into from
Jan 16, 2015

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Jan 9, 2015

Related to #11.

We previously assumed that call = controller and able = action. It was a choice guided by the community for more convenience. This choice is kept in the Basic dispatcher, but not in the Dispatcher abstract class.

This PR introduces a BC break: The parameters are not the same and their respective values change. This library is not finalized yet, so we are allowed to do that.

Thoughts?

We previously assumed that call = controller and able = action. It was a
choice guided by the community for more convenience. This choice is kept
in the Basic dispatcher, but not in the Dispatcher abstract class.
@Jir4
Copy link

Jir4 commented Jan 16, 2015

👍

@Bhoat Bhoat merged commit c713274 into hoaproject:master Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants