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

Added bang functions to client #43

Open
wants to merge 1 commit into
base: v_1_5_0
Choose a base branch
from

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Oct 26, 2016

The Elixir idiom is to have a function that ends with an exclamation
point throw an exception, and an unadorned function return {:ok, response} or {:error, reason}. This PR changes Riffed to respoect
that idiom. It is a breaking change, and will break all clients
upgrading from any version of elixometer < 1.5

Addresses #38
@jparise @fire

The Elixir idiom is to have a function that ends with an exclamation
point throw an exception, and an unadorned function return `{:ok,
response}` or `{:error, reason}`. This PR changes Riffed to respoect
that idiom. It is a breaking change, and will break all clients
upgrading from any version of elixometer < 1.5
@fire
Copy link

fire commented Oct 26, 2016

Checks have failed? Weird. Looks.

@fire
Copy link

fire commented Jan 8, 2017

Will you be merging this in?

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.

None yet

2 participants