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

Consider to abstract checking for is_callable / is_string #12

Open
afercia opened this issue Apr 24, 2017 · 1 comment
Open

Consider to abstract checking for is_callable / is_string #12

afercia opened this issue Apr 24, 2017 · 1 comment

Comments

@afercia
Copy link
Contributor

afercia commented Apr 24, 2017

Minor but worth considering. In the current implementation, a couple of times there's a check for is_callable() / is_string(). This could be re-used more and more in the future, and could maybe be abstracted in a utility method.

@felixarntz
Copy link
Contributor

Let's do this later (see #13).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants