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

Make custom matcher creation (using classes) less verbose #28

Open
rodrigomanhaes opened this issue Oct 28, 2011 · 0 comments
Open

Make custom matcher creation (using classes) less verbose #28

rodrigomanhaes opened this issue Oct 28, 2011 · 0 comments

Comments

@rodrigomanhaes
Copy link
Member

Currently, matcher declaration is too verbose (at least for simple cases) and requires four methods. Simple matchers should not require all of this.

The goal is make simple class matchers as simple as the ones declared as functions (using convention over configuration, for example). If we reach this, we can drop support to matchers declared as functions, having only one way to create matchers.

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