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

Improve 'either' error messages #9

Closed
charlespascoe opened this issue Jan 19, 2018 · 0 comments
Closed

Improve 'either' error messages #9

charlespascoe opened this issue Jan 19, 2018 · 0 comments

Comments

@charlespascoe
Copy link
Owner

Improve either error messages, so that it is clear what each error message relates to.

Idea: A generic interface that has a string (a short description of the type) and the assertion. either takes a number of objects that conforms to this interface. Create a function is that takes a string and an assertion and returns an object that conforms to this interface. Example:

either(
    is('a foo', conformsTo(fooValidator)),
    is('a bar', conformsTo(barValidator))
)
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